Uses of Interface
org.apache.poi.xddf.usermodel.text.XDDFBulletSize
Packages that use XDDFBulletSize
-
Uses of XDDFBulletSize in org.apache.poi.xddf.usermodel.text
Classes in org.apache.poi.xddf.usermodel.text that implement XDDFBulletSizeModifier and TypeClassDescriptionclass
class
class
Methods in org.apache.poi.xddf.usermodel.text that return XDDFBulletSizeModifier and TypeMethodDescriptionXDDFParagraphBulletProperties.getBulletSize()
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 XDDFBulletSizeModifier and TypeMethodDescriptionvoid
XDDFParagraphBulletProperties.setBulletSize
(XDDFBulletSize size) void
XDDFTextParagraph.setBulletSize
(XDDFBulletSize size) Sets the bullet size that is to be used within a paragraph.