Uses of Class
org.docx4j.dml.FontCollection
Packages that use FontCollection
-
Uses of FontCollection in org.docx4j.dml
Fields in org.docx4j.dml declared as FontCollectionModifier and TypeFieldDescriptionprotected FontCollectionCTTableStyleTextStyle.fontprotected FontCollectionBaseStyles.FontScheme.majorFontprotected FontCollectionCTBaseStylesOverride.FontScheme.majorFontprotected FontCollectionBaseStyles.FontScheme.minorFontprotected FontCollectionCTBaseStylesOverride.FontScheme.minorFontMethods in org.docx4j.dml that return FontCollectionModifier and TypeMethodDescriptionObjectFactory.createFontCollection()Create an instance ofFontCollectionCTTableStyleTextStyle.getFont()Gets the value of the font property.BaseStyles.FontScheme.getMajorFont()Gets the value of the majorFont property.CTBaseStylesOverride.FontScheme.getMajorFont()Gets the value of the majorFont property.BaseStyles.FontScheme.getMinorFont()Gets the value of the minorFont property.CTBaseStylesOverride.FontScheme.getMinorFont()Gets the value of the minorFont property.Methods in org.docx4j.dml with parameters of type FontCollectionModifier and TypeMethodDescriptionvoidCTTableStyleTextStyle.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.