Uses of Class
org.docx4j.dml.CTFontReference
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTFontReference in org.docx4j.dml
Fields in org.docx4j.dml declared as CTFontReference Modifier and Type Field Description protected CTFontReferenceCTShapeStyle. fontRefprotected CTFontReferenceCTTableStyleTextStyle. fontRefMethods in org.docx4j.dml that return CTFontReference Modifier and Type Method Description CTFontReferenceObjectFactory. createCTFontReference()Create an instance ofCTFontReferenceCTFontReferenceCTShapeStyle. getFontRef()Gets the value of the fontRef property.CTFontReferenceCTTableStyleTextStyle. getFontRef()Gets the value of the fontRef property.Methods in org.docx4j.dml with parameters of type CTFontReference Modifier and Type Method Description voidCTShapeStyle. setFontRef(CTFontReference value)Sets the value of the fontRef property.voidCTTableStyleTextStyle. setFontRef(CTFontReference value)Sets the value of the fontRef property.