Uses of Class
org.apache.poi.xslf.usermodel.ListAutoNumber

Packages that use ListAutoNumber
org.apache.poi.xslf.usermodel   
 

Uses of ListAutoNumber in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return ListAutoNumber
static ListAutoNumber ListAutoNumber.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ListAutoNumber[] ListAutoNumber.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.xslf.usermodel with parameters of type ListAutoNumber
 void XSLFTextParagraph.setBulletAutoNumber(ListAutoNumber scheme, int startAt)
          Specifies that automatic numbered bullet points should be applied to this paragraph
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.