Uses of Class
org.xlsx4j.sml.STHorizontalAlignment
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STHorizontalAlignment in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STHorizontalAlignment Modifier and Type Field Description protected STHorizontalAlignmentCTCellAlignment. horizontalMethods in org.xlsx4j.sml that return STHorizontalAlignment Modifier and Type Method Description static STHorizontalAlignmentSTHorizontalAlignment. fromValue(java.lang.String v)STHorizontalAlignmentCTCellAlignment. getHorizontal()Gets the value of the horizontal property.static STHorizontalAlignmentSTHorizontalAlignment. valueOf(java.lang.String name)Returns 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 STHorizontalAlignment Modifier and Type Method Description voidCTCellAlignment. setHorizontal(STHorizontalAlignment value)Sets the value of the horizontal property.