Uses of Class
org.apache.poi.sl.usermodel.AutoNumberingScheme
-
Packages that use AutoNumberingScheme Package Description org.apache.poi.sl.usermodel -
-
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(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.
-