Uses of Class
org.xlsx4j.sml.CTFont
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTFont in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTFont Modifier and Type Field Description protected CTFontCTDxf. fontFields in org.xlsx4j.sml with type parameters of type CTFont Modifier and Type Field Description protected java.util.List<CTFont>CTFonts. fontMethods in org.xlsx4j.sml that return CTFont Modifier and Type Method Description CTFontObjectFactory. createCTFont()Create an instance ofCTFontCTFontCTDxf. getFont()Gets the value of the font property.Methods in org.xlsx4j.sml that return types with arguments of type CTFont Modifier and Type Method Description java.util.List<CTFont>CTFonts. getFont()Gets the value of the font property.Methods in org.xlsx4j.sml with parameters of type CTFont Modifier and Type Method Description voidCTDxf. setFont(CTFont value)Sets the value of the font property.