Uses of Class
org.docx4j.dml.TextFont
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of TextFont in org.docx4j.dml
Fields in org.docx4j.dml declared as TextFont Modifier and Type Field Description protected TextFontCTTextParagraphProperties. buFontprotected TextFontCTTextCharacterProperties. csprotected TextFontFontCollection. csprotected TextFontCTTextCharacterProperties. eaprotected TextFontFontCollection. eaprotected TextFontCTTextCharacterProperties. latinprotected TextFontFontCollection. latinprotected TextFontCTTextCharacterProperties. symMethods in org.docx4j.dml that return TextFont Modifier and Type Method Description TextFontObjectFactory. createTextFont()Create an instance ofTextFontTextFontCTTextParagraphProperties. getBuFont()Gets the value of the buFont property.TextFontCTTextCharacterProperties. getCs()Gets the value of the cs property.TextFontFontCollection. getCs()Gets the value of the cs property.TextFontCTTextCharacterProperties. getEa()Gets the value of the ea property.TextFontFontCollection. getEa()Gets the value of the ea property.TextFontCTTextCharacterProperties. getLatin()Gets the value of the latin property.TextFontFontCollection. getLatin()Gets the value of the latin property.TextFontCTTextCharacterProperties. getSym()Gets the value of the sym property.Methods in org.docx4j.dml with parameters of type TextFont Modifier and Type Method Description voidCTTextParagraphProperties. setBuFont(TextFont value)Sets the value of the buFont property.voidCTTextCharacterProperties. setCs(TextFont value)Sets the value of the cs property.voidFontCollection. setCs(TextFont value)Sets the value of the cs property.voidCTTextCharacterProperties. setEa(TextFont value)Sets the value of the ea property.voidFontCollection. setEa(TextFont value)Sets the value of the ea property.voidCTTextCharacterProperties. setLatin(TextFont value)Sets the value of the latin property.voidFontCollection. setLatin(TextFont value)Sets the value of the latin property.voidCTTextCharacterProperties. setSym(TextFont value)Sets the value of the sym property.