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