Uses of Class
org.apache.poi.hslf.record.TextAutoNumberSchemeEnum

Packages that use TextAutoNumberSchemeEnum
org.apache.poi.hslf.model.textproperties   
org.apache.poi.hslf.record   
 

Uses of TextAutoNumberSchemeEnum in org.apache.poi.hslf.model.textproperties
 

Methods in org.apache.poi.hslf.model.textproperties that return TextAutoNumberSchemeEnum
 TextAutoNumberSchemeEnum TextPFException9.getAutoNumberScheme()
           
 

Uses of TextAutoNumberSchemeEnum in org.apache.poi.hslf.record
 

Methods in org.apache.poi.hslf.record that return TextAutoNumberSchemeEnum
static TextAutoNumberSchemeEnum TextAutoNumberSchemeEnum.valueOf(short autoNumberScheme)
           
static TextAutoNumberSchemeEnum TextAutoNumberSchemeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextAutoNumberSchemeEnum[] TextAutoNumberSchemeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.poi.hslf.record with parameters of type TextAutoNumberSchemeEnum
static java.lang.String TextAutoNumberSchemeEnum.getDescription(TextAutoNumberSchemeEnum code)
           
 



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