public class FormulaRenderer
extends java.lang.Object
| Constructor and Description | 
|---|
| FormulaRenderer() | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.String | toFormulaString(FormulaRenderingWorkbook book,
               Ptg[] ptgs)Static method to convert an array of  Ptgs in RPN order
 to a human readable string format in infix mode. | 
public static java.lang.String toFormulaString(FormulaRenderingWorkbook book, Ptg[] ptgs)
Ptgs in RPN order
 to a human readable string format in infix mode.book - used for defined names and 3D referencesptgs - must not be nullCopyright 2020 The Apache Software Foundation or its licensors, as applicable.