Uses of Class
org.docx4j.wml.STYAlign
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STYAlign in org.docx4j.wml
Fields in org.docx4j.wml declared as STYAlign Modifier and Type Field Description protected STYAlignCTTblPPr. tblpYSpecprotected STYAlignCTFramePr. yAlignMethods in org.docx4j.wml that return STYAlign Modifier and Type Method Description static STYAlignSTYAlign. fromValue(java.lang.String v)STYAlignCTTblPPr. getTblpYSpec()Gets the value of the tblpYSpec property.STYAlignCTFramePr. getYAlign()Gets the value of the yAlign property.static STYAlignSTYAlign. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STYAlign[]STYAlign. 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 STYAlign Modifier and Type Method Description voidCTTblPPr. setTblpYSpec(STYAlign value)Sets the value of the tblpYSpec property.voidCTFramePr. setYAlign(STYAlign value)Sets the value of the yAlign property.