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 TypeClassDescriptionclassclassclassMethods 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 TypeMethodDescriptionvoidXDDFParagraphBulletProperties.setBulletSize(XDDFBulletSize size) voidXDDFTextParagraph.setBulletSize(XDDFBulletSize size) Sets the bullet size that is to be used within a paragraph.