Uses of Enum Class
org.xlsx4j.sml.STFileType
Packages that use STFileType
-
Uses of STFileType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STFileTypeMethods in org.xlsx4j.sml that return STFileTypeModifier and TypeMethodDescriptionstatic STFileTypeCTTextPr.getFileType()Gets the value of the fileType property.static STFileTypeReturns the enum constant of this class with the specified name.static STFileType[]STFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STFileTypeModifier and TypeMethodDescriptionvoidCTTextPr.setFileType(STFileType value) Sets the value of the fileType property.