Uses of Class
org.xlsx4j.sml.STVerticalAlignment
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STVerticalAlignment in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STVerticalAlignment Modifier and Type Field Description protected STVerticalAlignmentCTCellAlignment. verticalMethods in org.xlsx4j.sml that return STVerticalAlignment Modifier and Type Method Description static STVerticalAlignmentSTVerticalAlignment. fromValue(java.lang.String v)STVerticalAlignmentCTCellAlignment. getVertical()Gets the value of the vertical property.static STVerticalAlignmentSTVerticalAlignment. valueOf(java.lang.String name)Returns 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 STVerticalAlignment Modifier and Type Method Description voidCTCellAlignment. setVertical(STVerticalAlignment value)Sets the value of the vertical property.