Class XDDFParagraphBulletProperties
java.lang.Object
org.apache.poi.xddf.usermodel.text.XDDFParagraphBulletProperties
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XDDFParagraphBulletProperties
(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clearAll()
void
setBulletColor
(XDDFColor color) void
void
setBulletFont
(XDDFFont font) void
void
setBulletSize
(XDDFBulletSize size) void
setBulletStyle
(XDDFBulletStyle style)
-
Constructor Details
-
XDDFParagraphBulletProperties
@Internal protected XDDFParagraphBulletProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties properties)
-
-
Method Details
-
getBulletStyle
-
setBulletStyle
-
getBulletColor
-
setBulletColor
-
setBulletColorFollowText
public void setBulletColorFollowText() -
getBulletFont
-
setBulletFont
-
setBulletFontFollowText
public void setBulletFontFollowText() -
getBulletSize
-
setBulletSize
-
clearAll
public void clearAll()
-