Uses of Enum Class
org.docx4j.wml.STYAlign
Packages that use STYAlign
-
Uses of STYAlign in org.docx4j.model.styles
Methods in org.docx4j.model.styles with parameters of type STYAlign -
Uses of STYAlign in org.docx4j.wml
Fields in org.docx4j.wml declared as STYAlignModifier and TypeFieldDescriptionprotected STYAlignCTTblPPr.tblpYSpecprotected STYAlignCTFramePr.yAlignMethods in org.docx4j.wml that return STYAlignModifier and TypeMethodDescriptionstatic STYAlignCTTblPPr.getTblpYSpec()Gets the value of the tblpYSpec property.CTFramePr.getYAlign()Gets the value of the yAlign property.static STYAlignReturns the enum constant of this class with the specified name.static STYAlign[]STYAlign.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 STYAlignModifier and TypeMethodDescriptionvoidCTTblPPr.setTblpYSpec(STYAlign value) Sets the value of the tblpYSpec property.voidSets the value of the yAlign property.