org.apache.poi.hslf.model.textproperties
Class TabStopPropCollection.TabStop

java.lang.Object
  extended by org.apache.poi.hslf.model.textproperties.TabStopPropCollection.TabStop
Enclosing class:
TabStopPropCollection

public static class TabStopPropCollection.TabStop
extends java.lang.Object


Constructor Summary
TabStopPropCollection.TabStop(int position, TabStopPropCollection.TabStopType type)
           
 
Method Summary
 int getPosition()
           
 TabStopPropCollection.TabStopType getType()
           
 void setPosition(int position)
           
 void setType(TabStopPropCollection.TabStopType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabStopPropCollection.TabStop

public TabStopPropCollection.TabStop(int position,
                                     TabStopPropCollection.TabStopType type)
Method Detail

getPosition

public int getPosition()

setPosition

public void setPosition(int position)

getType

public TabStopPropCollection.TabStopType getType()

setType

public void setType(TabStopPropCollection.TabStopType type)


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