Uses of Enum
org.xlsx4j.sml.STVerticalAlignment
Packages that use STVerticalAlignment
-
Uses of STVerticalAlignment in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STVerticalAlignmentMethods in org.xlsx4j.sml that return STVerticalAlignmentModifier and TypeMethodDescriptionstatic STVerticalAlignmentCTCellAlignment.getVertical()Gets the value of the vertical property.static STVerticalAlignmentReturns the enum constant of this type with the specified name.static STVerticalAlignment[]STVerticalAlignment.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 STVerticalAlignmentModifier and TypeMethodDescriptionvoidCTCellAlignment.setVertical(STVerticalAlignment value) Sets the value of the vertical property.