Uses of Class
org.docx4j.math.STFType
| Package | Description |
|---|---|
| org.docx4j.math |
-
Uses of STFType in org.docx4j.math
Fields in org.docx4j.math declared as STFType Modifier and Type Field Description protected STFTypeCTFType. valMethods in org.docx4j.math that return STFType Modifier and Type Method Description static STFTypeSTFType. fromValue(java.lang.String v)STFTypeCTFType. getVal()Gets the value of the val property.static STFTypeSTFType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFType[]STFType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.math with parameters of type STFType Modifier and Type Method Description voidCTFType. setVal(STFType value)Sets the value of the val property.