Uses of Class
org.docx4j.math.STStyle
| Package | Description |
|---|---|
| org.docx4j.math |
-
Uses of STStyle in org.docx4j.math
Fields in org.docx4j.math declared as STStyle Modifier and Type Field Description protected STStyleCTStyle. valMethods in org.docx4j.math that return STStyle Modifier and Type Method Description static STStyleSTStyle. fromValue(java.lang.String v)STStyleCTStyle. getVal()Gets the value of the val property.static STStyleSTStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STStyle[]STStyle. 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 STStyle Modifier and Type Method Description voidCTStyle. setVal(STStyle value)Sets the value of the val property.