Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STFormulaDirection
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STFormulaDirection in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STFormulaDirection Modifier and Type Field Description protected STFormulaDirectionCTFormula. dirMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STFormulaDirection Modifier and Type Method Description static STFormulaDirectionSTFormulaDirection. fromValue(java.lang.String v)STFormulaDirectionCTFormula. getDir()Gets the value of the dir property.static STFormulaDirectionSTFormulaDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFormulaDirection[]STFormulaDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type STFormulaDirection Modifier and Type Method Description voidCTFormula. setDir(STFormulaDirection value)Sets the value of the dir property.