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 classXDDFBulletSizeFollowTextclassXDDFBulletSizePercentclassXDDFBulletSizePointsMethods in org.apache.poi.xddf.usermodel.text that return XDDFBulletSize Modifier and Type Method Description XDDFBulletSizeXDDFParagraphBulletProperties. getBulletSize()XDDFBulletSizeXDDFTextParagraph. 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 voidXDDFParagraphBulletProperties. setBulletSize(XDDFBulletSize size)voidXDDFTextParagraph. setBulletSize(XDDFBulletSize size)Sets the bullet size that is to be used within a paragraph.
-