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 AutoNumberingSchemeTextPFException9. 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 AutoNumberingSchemeHSLFTextParagraph. 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 AutoNumberingSchemeAutoNumberingScheme. forNativeID(int nativeId)static AutoNumberingSchemeAutoNumberingScheme. forOoxmlID(int ooxmlId)AutoNumberingSchemeTextParagraph.BulletStyle. getAutoNumberingScheme()static AutoNumberingSchemeAutoNumberingScheme. 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 AutoNumberingSchemeXSLFTextParagraph. getAutoNumberingScheme()Methods in org.apache.poi.xslf.usermodel with parameters of type AutoNumberingScheme Modifier and Type Method Description voidXSLFTextParagraph. setBulletAutoNumber(AutoNumberingScheme scheme, int startAt)Specifies that automatic numbered bullet points should be applied to this paragraph
-