Uses of Class
org.apache.poi.xddf.usermodel.text.XDDFFont
Packages that use XDDFFont
-
Uses of XDDFFont in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return XDDFFontModifier and TypeMethodDescriptionXDDFParagraphBulletProperties.getBulletFont()XDDFTextParagraph.getBulletFont()XDDFFont[]XDDFTextRun.getFonts()static XDDFFontXDDFFont.unsetFontForGroup(FontGroup group) Methods in org.apache.poi.xddf.usermodel.text with parameters of type XDDFFontModifier and TypeMethodDescriptionvoidXDDFParagraphBulletProperties.setBulletFont(XDDFFont font) voidXDDFTextParagraph.setBulletFont(XDDFFont font) Set the font to be used on bullet characters within a given paragraph.voidvoidNote: In order to get fonts to unset the property for a given font family useunsetFontForGroup(FontGroup)