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