Uses of Enum
org.docx4j.w14.STRectAlignment
Packages that use STRectAlignment
-
Uses of STRectAlignment in org.docx4j.w14
Fields in org.docx4j.w14 declared as STRectAlignmentModifier and TypeFieldDescriptionprotected STRectAlignmentCTReflection.algnprotected STRectAlignmentCTShadow.algnMethods in org.docx4j.w14 that return STRectAlignmentModifier and TypeMethodDescriptionstatic STRectAlignmentCTReflection.getAlgn()Gets the value of the algn property.CTShadow.getAlgn()Gets the value of the algn property.static STRectAlignmentReturns 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 STRectAlignmentModifier and TypeMethodDescriptionvoidCTReflection.setAlgn(STRectAlignment value) Sets the value of the algn property.voidCTShadow.setAlgn(STRectAlignment value) Sets the value of the algn property.