Uses of Enum Class
org.docx4j.dml.STRectAlignment
Packages that use STRectAlignment
-
Uses of STRectAlignment in org.docx4j.dml
Fields in org.docx4j.dml declared as STRectAlignmentModifier and TypeFieldDescriptionprotected STRectAlignmentCTOuterShadowEffect.algnprotected STRectAlignmentCTReflectionEffect.algnprotected STRectAlignmentCTTileInfoProperties.algnMethods in org.docx4j.dml that return STRectAlignmentModifier and TypeMethodDescriptionstatic STRectAlignmentCTOuterShadowEffect.getAlgn()Gets the value of the algn property.CTReflectionEffect.getAlgn()Gets the value of the algn property.CTTileInfoProperties.getAlgn()Gets the value of the algn property.static STRectAlignmentReturns the enum constant of this class with the specified name.static STRectAlignment[]STRectAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.dml with parameters of type STRectAlignmentModifier and TypeMethodDescriptionvoidCTOuterShadowEffect.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.