Uses of Enum
org.xlsx4j.sml.STTextVAlign
Packages that use STTextVAlign
-
Uses of STTextVAlign in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STTextVAlignMethods in org.xlsx4j.sml that return STTextVAlignModifier and TypeMethodDescriptionstatic STTextVAlignCTCommentPr.getTextVAlign()Gets the value of the textVAlign property.static STTextVAlignReturns 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 STTextVAlignModifier and TypeMethodDescriptionvoidCTCommentPr.setTextVAlign(STTextVAlign value) Sets the value of the textVAlign property.