Class XDDFParagraphBulletProperties
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.text.XDDFParagraphBulletProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXDDFParagraphBulletProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearAll()XDDFColorgetBulletColor()XDDFFontgetBulletFont()XDDFBulletSizegetBulletSize()XDDFBulletStylegetBulletStyle()org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphPropertiesgetXmlObject()voidsetBulletColor(XDDFColor color)voidsetBulletColorFollowText()voidsetBulletFont(XDDFFont font)voidsetBulletFontFollowText()voidsetBulletSize(XDDFBulletSize size)voidsetBulletStyle(XDDFBulletStyle style)
-
-
-
Constructor Detail
-
XDDFParagraphBulletProperties
@Internal protected XDDFParagraphBulletProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties properties)
-
-
Method Detail
-
getBulletStyle
public XDDFBulletStyle getBulletStyle()
-
setBulletStyle
public void setBulletStyle(XDDFBulletStyle style)
-
getBulletColor
public XDDFColor getBulletColor()
-
setBulletColor
public void setBulletColor(XDDFColor color)
-
setBulletColorFollowText
public void setBulletColorFollowText()
-
getBulletFont
public XDDFFont getBulletFont()
-
setBulletFont
public void setBulletFont(XDDFFont font)
-
setBulletFontFollowText
public void setBulletFontFollowText()
-
getBulletSize
public XDDFBulletSize getBulletSize()
-
setBulletSize
public void setBulletSize(XDDFBulletSize size)
-
clearAll
public void clearAll()
-
getXmlObject
public org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties getXmlObject()
-
-