Uses of Class
org.docx4j.wml.STXAlign
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STXAlign in org.docx4j.wml
Fields in org.docx4j.wml declared as STXAlign Modifier and Type Field Description protected STXAlignCTTblPPr. tblpXSpecprotected STXAlignCTFramePr. xAlignMethods in org.docx4j.wml that return STXAlign Modifier and Type Method Description static STXAlignSTXAlign. fromValue(java.lang.String v)STXAlignCTTblPPr. getTblpXSpec()Gets the value of the tblpXSpec property.STXAlignCTFramePr. getXAlign()Gets the value of the xAlign property.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.Methods in org.docx4j.wml with parameters of type STXAlign Modifier and Type Method Description voidCTTblPPr. setTblpXSpec(STXAlign value)Sets the value of the tblpXSpec property.voidCTFramePr. setXAlign(STXAlign value)Sets the value of the xAlign property.