Uses of Class
org.docx4j.w14.STRectAlignment
| Package | Description |
|---|---|
| org.docx4j.w14 |
-
Uses of STRectAlignment in org.docx4j.w14
Fields in org.docx4j.w14 declared as STRectAlignment Modifier and Type Field Description protected STRectAlignmentCTReflection. algnprotected STRectAlignmentCTShadow. algnMethods in org.docx4j.w14 that return STRectAlignment Modifier and Type Method Description static STRectAlignmentSTRectAlignment. fromValue(java.lang.String v)STRectAlignmentCTReflection. getAlgn()Gets the value of the algn property.STRectAlignmentCTShadow. getAlgn()Gets the value of the algn property.static STRectAlignmentSTRectAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STRectAlignment[]STRectAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.w14 with parameters of type STRectAlignment Modifier and Type Method Description voidCTReflection. setAlgn(STRectAlignment value)Sets the value of the algn property.voidCTShadow. setAlgn(STRectAlignment value)Sets the value of the algn property.