Uses of Interface
org.apache.poi.xddf.usermodel.text.XDDFBulletSize
-
Packages that use XDDFBulletSize Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of XDDFBulletSize in org.apache.poi.xddf.usermodel.text
Classes in org.apache.poi.xddf.usermodel.text that implement XDDFBulletSize Modifier and Type Class Description class
XDDFBulletSizeFollowText
class
XDDFBulletSizePercent
class
XDDFBulletSizePoints
Methods in org.apache.poi.xddf.usermodel.text that return XDDFBulletSize Modifier and Type Method Description XDDFBulletSize
XDDFParagraphBulletProperties. getBulletSize()
XDDFBulletSize
XDDFTextParagraph. getBulletSize()
Returns the bullet size that is to be used within a paragraph.Methods in org.apache.poi.xddf.usermodel.text with parameters of type XDDFBulletSize Modifier and Type Method Description void
XDDFParagraphBulletProperties. setBulletSize(XDDFBulletSize size)
void
XDDFTextParagraph. setBulletSize(XDDFBulletSize size)
Sets the bullet size that is to be used within a paragraph.
-