Uses of Class
org.xlsx4j.sml.STCfType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STCfType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STCfType Modifier and Type Field Description protected STCfTypeCTCfRule. typeMethods in org.xlsx4j.sml that return STCfType Modifier and Type Method Description static STCfTypeSTCfType. fromValue(java.lang.String v)STCfTypeCTCfRule. getType()Gets the value of the type property.static STCfTypeSTCfType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STCfType[]STCfType. 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 STCfType Modifier and Type Method Description voidCTCfRule. setType(STCfType value)Sets the value of the type property.