Uses of Class
org.xlsx4j.sml.STFileType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STFileType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STFileType Modifier and Type Field Description protected STFileTypeCTTextPr. fileTypeMethods in org.xlsx4j.sml that return STFileType Modifier and Type Method Description static STFileTypeSTFileType. fromValue(java.lang.String v)STFileTypeCTTextPr. getFileType()Gets the value of the fileType property.static STFileTypeSTFileType. valueOf(java.lang.String name)Returns 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 STFileType Modifier and Type Method Description voidCTTextPr. setFileType(STFileType value)Sets the value of the fileType property.