Uses of Class
org.xlsx4j.sml.STTextVAlign
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STTextVAlign in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STTextVAlign Modifier and Type Field Description protected STTextVAlignCTCommentPr. textVAlignMethods in org.xlsx4j.sml that return STTextVAlign Modifier and Type Method Description static STTextVAlignSTTextVAlign. fromValue(java.lang.String v)STTextVAlignCTCommentPr. getTextVAlign()Gets the value of the textVAlign property.static STTextVAlignSTTextVAlign. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTextVAlign[]STTextVAlign. 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 STTextVAlign Modifier and Type Method Description voidCTCommentPr. setTextVAlign(STTextVAlign value)Sets the value of the textVAlign property.