Uses of Enum
org.xlsx4j.sml.STItemType
Packages that use STItemType
-
Uses of STItemType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STItemTypeMethods in org.xlsx4j.sml that return STItemTypeModifier and TypeMethodDescriptionstatic STItemTypeCTI.getT()Gets the value of the t property.CTItem.getT()Gets the value of the t property.static STItemTypeReturns the enum constant of this type with the specified name.static STItemType[]STItemType.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 STItemTypeModifier and TypeMethodDescriptionvoidCTI.setT(STItemType value) Sets the value of the t property.voidCTItem.setT(STItemType value) Sets the value of the t property.