Uses of Enum
org.docx4j.wml.STXAlign
Packages that use STXAlign
-
Uses of STXAlign in org.docx4j.wml
Fields in org.docx4j.wml declared as STXAlignModifier and TypeFieldDescriptionprotected STXAlignCTTblPPr.tblpXSpecprotected STXAlignCTFramePr.xAlignMethods in org.docx4j.wml that return STXAlignModifier and TypeMethodDescriptionstatic STXAlignCTTblPPr.getTblpXSpec()Gets the value of the tblpXSpec property.CTFramePr.getXAlign()Gets the value of the xAlign property.static STXAlignReturns 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 STXAlignModifier and TypeMethodDescriptionvoidCTTblPPr.setTblpXSpec(STXAlign value) Sets the value of the tblpXSpec property.voidSets the value of the xAlign property.