Uses of Class
org.xlsx4j.sml.STItemType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STItemType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STItemType Modifier and Type Field Description protected STItemTypeCTI. tprotected STItemTypeCTItem. tMethods in org.xlsx4j.sml that return STItemType Modifier and Type Method Description static STItemTypeSTItemType. fromValue(java.lang.String v)STItemTypeCTI. getT()Gets the value of the t property.STItemTypeCTItem. getT()Gets the value of the t property.static STItemTypeSTItemType. valueOf(java.lang.String name)Returns 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 STItemType Modifier and Type Method Description voidCTI. setT(STItemType value)Sets the value of the t property.voidCTItem. setT(STItemType value)Sets the value of the t property.