Uses of Class
org.xlsx4j.sml.STFontScheme
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STFontScheme in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STFontScheme Modifier and Type Field Description protected STFontSchemeCTFontScheme. valMethods in org.xlsx4j.sml that return STFontScheme Modifier and Type Method Description static STFontSchemeSTFontScheme. fromValue(java.lang.String v)STFontSchemeCTFontScheme. getVal()Gets the value of the val property.static STFontSchemeSTFontScheme. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFontScheme[]STFontScheme. 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 STFontScheme Modifier and Type Method Description voidCTFontScheme. setVal(STFontScheme value)Sets the value of the val property.