Uses of Enum Class
org.xlsx4j.sml.STTextHAlign
Packages that use STTextHAlign
-
Uses of STTextHAlign in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STTextHAlignMethods in org.xlsx4j.sml that return STTextHAlignModifier and TypeMethodDescriptionstatic STTextHAlignCTCommentPr.getTextHAlign()Gets the value of the textHAlign property.static STTextHAlignReturns the enum constant of this class with the specified name.static STTextHAlign[]STTextHAlign.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STTextHAlignModifier and TypeMethodDescriptionvoidCTCommentPr.setTextHAlign(STTextHAlign value) Sets the value of the textHAlign property.