org.jopendocument.model.style
Class StyleTabStops

java.lang.Object
  extended by org.jopendocument.model.style.StyleTabStops

public class StyleTabStops
extends Object


Field Summary
protected  List<StyleTabStop> styleTabStop
           
 
Constructor Summary
StyleTabStops()
           
 
Method Summary
 void add(StyleTabStop ts)
           
 List<StyleTabStop> getStyleTabStop()
          Gets the value of the styleTabStop property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleTabStop

protected List<StyleTabStop> styleTabStop
Constructor Detail

StyleTabStops

public StyleTabStops()
Method Detail

getStyleTabStop

public List<StyleTabStop> getStyleTabStop()
Gets the value of the styleTabStop property.


add

public void add(StyleTabStop ts)


Copyright © 2010 jOpenDocument All Rights Reserved.