Uses of Class
org.docx4j.dml.FontCollection
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of FontCollection in org.docx4j.dml
Fields in org.docx4j.dml declared as FontCollection Modifier and Type Field Description protected FontCollectionCTTableStyleTextStyle. fontprotected FontCollectionBaseStyles.FontScheme. majorFontprotected FontCollectionCTBaseStylesOverride.FontScheme. majorFontprotected FontCollectionBaseStyles.FontScheme. minorFontprotected FontCollectionCTBaseStylesOverride.FontScheme. minorFontMethods in org.docx4j.dml that return FontCollection Modifier and Type Method Description FontCollectionObjectFactory. createFontCollection()Create an instance ofFontCollectionFontCollectionCTTableStyleTextStyle. getFont()Gets the value of the font property.FontCollectionBaseStyles.FontScheme. getMajorFont()Gets the value of the majorFont property.FontCollectionCTBaseStylesOverride.FontScheme. getMajorFont()Gets the value of the majorFont property.FontCollectionBaseStyles.FontScheme. getMinorFont()Gets the value of the minorFont property.FontCollectionCTBaseStylesOverride.FontScheme. getMinorFont()Gets the value of the minorFont property.Methods in org.docx4j.dml with parameters of type FontCollection Modifier and Type Method Description voidCTTableStyleTextStyle. setFont(FontCollection value)Sets the value of the font property.voidBaseStyles.FontScheme. setMajorFont(FontCollection value)Sets the value of the majorFont property.voidCTBaseStylesOverride.FontScheme. setMajorFont(FontCollection value)Sets the value of the majorFont property.voidBaseStyles.FontScheme. setMinorFont(FontCollection value)Sets the value of the minorFont property.voidCTBaseStylesOverride.FontScheme. setMinorFont(FontCollection value)Sets the value of the minorFont property.