Uses of Class
org.docx4j.dml.STRectAlignment
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STRectAlignment in org.docx4j.dml
Fields in org.docx4j.dml declared as STRectAlignment Modifier and Type Field Description protected STRectAlignmentCTOuterShadowEffect. algnprotected STRectAlignmentCTReflectionEffect. algnprotected STRectAlignmentCTTileInfoProperties. algnMethods in org.docx4j.dml that return STRectAlignment Modifier and Type Method Description static STRectAlignmentSTRectAlignment. fromValue(java.lang.String v)STRectAlignmentCTOuterShadowEffect. getAlgn()Gets the value of the algn property.STRectAlignmentCTReflectionEffect. getAlgn()Gets the value of the algn property.STRectAlignmentCTTileInfoProperties. 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.dml with parameters of type STRectAlignment Modifier and Type Method Description voidCTOuterShadowEffect. setAlgn(STRectAlignment value)Sets the value of the algn property.voidCTReflectionEffect. setAlgn(STRectAlignment value)Sets the value of the algn property.voidCTTileInfoProperties. setAlgn(STRectAlignment value)Sets the value of the algn property.