Uses of Enum Class
org.docx4j.wml.STXAlign
Packages that use STXAlign
-
Uses of STXAlign in org.docx4j.model.styles
Methods in org.docx4j.model.styles with parameters of type 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 class with the specified name.static STXAlign[]STXAlign.values()Returns an array containing the constants of this enum class, 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.