Uses of Class
org.docx4j.dml.CTFontReference
Packages that use CTFontReference
-
Uses of CTFontReference in org.docx4j.dml
Fields in org.docx4j.dml declared as CTFontReferenceModifier and TypeFieldDescriptionprotected CTFontReferenceCTShapeStyle.fontRefprotected CTFontReferenceCTTableStyleTextStyle.fontRefMethods in org.docx4j.dml that return CTFontReferenceModifier and TypeMethodDescriptionObjectFactory.createCTFontReference()Create an instance ofCTFontReferenceCTShapeStyle.getFontRef()Gets the value of the fontRef property.CTTableStyleTextStyle.getFontRef()Gets the value of the fontRef property.Methods in org.docx4j.dml with parameters of type CTFontReferenceModifier and TypeMethodDescriptionvoidCTShapeStyle.setFontRef(CTFontReference value) Sets the value of the fontRef property.voidCTTableStyleTextStyle.setFontRef(CTFontReference value) Sets the value of the fontRef property.