Package | Description |
---|---|
org.apache.poi.xddf.usermodel.text |
Modifier and Type | Method and Description |
---|---|
XDDFFont |
XDDFTextParagraph.getBulletFont() |
XDDFFont |
XDDFParagraphBulletProperties.getBulletFont() |
XDDFFont[] |
XDDFTextRun.getFonts() |
static XDDFFont |
XDDFFont.unsetFontForGroup(FontGroup group) |
Modifier and Type | Method and Description |
---|---|
void |
XDDFTextParagraph.setBulletFont(XDDFFont font)
Set the font to be used on bullet characters within a given paragraph.
|
void |
XDDFParagraphBulletProperties.setBulletFont(XDDFFont font) |
void |
XDDFTextRun.setFonts(XDDFFont[] fonts)
Note: In order to get fonts to unset the property for a given font family use
unsetFontForGroup(FontGroup) |
void |
XDDFRunProperties.setFonts(XDDFFont[] fonts) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.