org.odftoolkit.odfdom.converter.pdf.internal.styles
Class StyleTabStopProperties

java.lang.Object
  extended by org.odftoolkit.odfdom.converter.pdf.internal.styles.StyleTabStopProperties

public class StyleTabStopProperties
extends Object


Constructor Summary
StyleTabStopProperties()
           
 
Method Summary
 String getLeaderText()
           
 Float getPosition()
           
 int getType()
           
 void setLeaderText(String leaderText)
           
 void setPosition(Float position)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleTabStopProperties

public StyleTabStopProperties()
Method Detail

getLeaderText

public String getLeaderText()

setLeaderText

public void setLeaderText(String leaderText)

getPosition

public Float getPosition()

setPosition

public void setPosition(Float position)

getType

public int getType()

setType

public void setType(int type)


Copyright © 2013. All rights reserved.