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