Uses of Enum
org.xlsx4j.sml.STShowDataAs
Packages that use STShowDataAs
-
Uses of STShowDataAs in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STShowDataAsMethods in org.xlsx4j.sml that return STShowDataAsModifier and TypeMethodDescriptionstatic STShowDataAsCTDataField.getShowDataAs()Gets the value of the showDataAs property.static STShowDataAsReturns 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 STShowDataAsModifier and TypeMethodDescriptionvoidCTDataField.setShowDataAs(STShowDataAs value) Sets the value of the showDataAs property.