Uses of Class
org.docx4j.wml.FontRel
Packages that use FontRel
-
Uses of FontRel in org.docx4j.wml
Fields in org.docx4j.wml declared as FontRelModifier and TypeFieldDescriptionprotected FontRelFonts.Font.embedBoldprotected FontRelFonts.Font.embedBoldItalicprotected FontRelFonts.Font.embedItalicprotected FontRelFonts.Font.embedRegularMethods in org.docx4j.wml that return FontRelModifier and TypeMethodDescriptionObjectFactory.createFontRel()Create an instance ofFontRelFonts.Font.getEmbedBold()Gets the value of the embedBold property.Fonts.Font.getEmbedBoldItalic()Gets the value of the embedBoldItalic property.Fonts.Font.getEmbedItalic()Gets the value of the embedItalic property.Fonts.Font.getEmbedRegular()Gets the value of the embedRegular property.Methods in org.docx4j.wml with parameters of type FontRelModifier and TypeMethodDescriptionvoidFonts.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.