Uses of Enum
org.xlsx4j.sml.STHorizontalAlignment
Packages that use STHorizontalAlignment
-
Uses of STHorizontalAlignment in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STHorizontalAlignmentMethods in org.xlsx4j.sml that return STHorizontalAlignmentModifier and TypeMethodDescriptionstatic STHorizontalAlignmentCTCellAlignment.getHorizontal()Gets the value of the horizontal property.static STHorizontalAlignmentReturns the enum constant of this type with the specified name.static STHorizontalAlignment[]STHorizontalAlignment.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STHorizontalAlignmentModifier and TypeMethodDescriptionvoidCTCellAlignment.setHorizontal(STHorizontalAlignment value) Sets the value of the horizontal property.