Uses of Enum
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 type with the specified name.static STFileType[]STFileType.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 STFileTypeModifier and TypeMethodDescriptionvoidCTTextPr.setFileType(STFileType value) Sets the value of the fileType property.