Uses of Class
org.xlsx4j.sml.STTextHAlign
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STTextHAlign in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STTextHAlign Modifier and Type Field Description protected STTextHAlignCTCommentPr. textHAlignMethods in org.xlsx4j.sml that return STTextHAlign Modifier and Type Method Description static STTextHAlignSTTextHAlign. fromValue(java.lang.String v)STTextHAlignCTCommentPr. getTextHAlign()Gets the value of the textHAlign property.static STTextHAlignSTTextHAlign. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTextHAlign[]STTextHAlign. 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 STTextHAlign Modifier and Type Method Description voidCTCommentPr. setTextHAlign(STTextHAlign value)Sets the value of the textHAlign property.