Uses of Class
org.xlsx4j.sml.STShowDataAs
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STShowDataAs in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STShowDataAs Modifier and Type Field Description protected STShowDataAsCTDataField. showDataAsMethods in org.xlsx4j.sml that return STShowDataAs Modifier and Type Method Description static STShowDataAsSTShowDataAs. fromValue(java.lang.String v)STShowDataAsCTDataField. getShowDataAs()Gets the value of the showDataAs property.static STShowDataAsSTShowDataAs. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STShowDataAs[]STShowDataAs. 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 STShowDataAs Modifier and Type Method Description voidCTDataField. setShowDataAs(STShowDataAs value)Sets the value of the showDataAs property.