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