Uses of Class
org.apache.poi.hslf.model.textproperties.TabStopPropCollection.TabStopType

Packages that use TabStopPropCollection.TabStopType
org.apache.poi.hslf.model.textproperties   
 

Uses of TabStopPropCollection.TabStopType in org.apache.poi.hslf.model.textproperties
 

Methods in org.apache.poi.hslf.model.textproperties that return TabStopPropCollection.TabStopType
static TabStopPropCollection.TabStopType TabStopPropCollection.TabStopType.fromRecordVal(int val)
           
 TabStopPropCollection.TabStopType TabStopPropCollection.TabStop.getType()
           
static TabStopPropCollection.TabStopType TabStopPropCollection.TabStopType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TabStopPropCollection.TabStopType[] TabStopPropCollection.TabStopType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.hslf.model.textproperties with parameters of type TabStopPropCollection.TabStopType
 void TabStopPropCollection.TabStop.setType(TabStopPropCollection.TabStopType type)
           
 

Constructors in org.apache.poi.hslf.model.textproperties with parameters of type TabStopPropCollection.TabStopType
TabStopPropCollection.TabStop(int position, TabStopPropCollection.TabStopType type)
           
 



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