Uses of Class
org.docx4j.wml.FontRel
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of FontRel in org.docx4j.wml
Fields in org.docx4j.wml declared as FontRel Modifier and Type Field Description protected FontRelFonts.Font. embedBoldprotected FontRelFonts.Font. embedBoldItalicprotected FontRelFonts.Font. embedItalicprotected FontRelFonts.Font. embedRegularMethods in org.docx4j.wml that return FontRel Modifier and Type Method Description FontRelObjectFactory. createFontRel()Create an instance ofFontRelFontRelFonts.Font. getEmbedBold()Gets the value of the embedBold property.FontRelFonts.Font. getEmbedBoldItalic()Gets the value of the embedBoldItalic property.FontRelFonts.Font. getEmbedItalic()Gets the value of the embedItalic property.FontRelFonts.Font. getEmbedRegular()Gets the value of the embedRegular property.Methods in org.docx4j.wml with parameters of type FontRel Modifier and Type Method Description voidFonts.Font. setEmbedBold(FontRel value)Sets the value of the embedBold property.voidFonts.Font. setEmbedBoldItalic(FontRel value)Sets the value of the embedBoldItalic property.voidFonts.Font. setEmbedItalic(FontRel value)Sets the value of the embedItalic property.voidFonts.Font. setEmbedRegular(FontRel value)Sets the value of the embedRegular property.