Uses of Class
org.apache.poi.sl.usermodel.AutoNumberingScheme
-
Packages that use AutoNumberingScheme Package Description org.apache.poi.hslf.model.textproperties org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of AutoNumberingScheme in org.apache.poi.hslf.model.textproperties
Methods in org.apache.poi.hslf.model.textproperties that return AutoNumberingScheme Modifier and Type Method Description AutoNumberingScheme
TextPFException9. getAutoNumberScheme()
-
Uses of AutoNumberingScheme in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return AutoNumberingScheme Modifier and Type Method Description AutoNumberingScheme
HSLFTextParagraph. getAutoNumberingScheme()
-
Uses of AutoNumberingScheme in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return AutoNumberingScheme Modifier and Type Method Description static AutoNumberingScheme
AutoNumberingScheme. forNativeID(int nativeId)
static AutoNumberingScheme
AutoNumberingScheme. forOoxmlID(int ooxmlId)
AutoNumberingScheme
TextParagraph.BulletStyle. getAutoNumberingScheme()
static AutoNumberingScheme
AutoNumberingScheme. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AutoNumberingScheme[]
AutoNumberingScheme. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AutoNumberingScheme in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return AutoNumberingScheme Modifier and Type Method Description AutoNumberingScheme
XSLFTextParagraph. getAutoNumberingScheme()
Methods in org.apache.poi.xslf.usermodel with parameters of type AutoNumberingScheme Modifier and Type Method Description void
XSLFTextParagraph. setBulletAutoNumber(AutoNumberingScheme scheme, int startAt)
Specifies that automatic numbered bullet points should be applied to this paragraph
-