Uses of Enum
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 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 STTextHAlignModifier and TypeMethodDescriptionvoidCTCommentPr.setTextHAlign(STTextHAlign value) Sets the value of the textHAlign property.