aspose.pdf
Class TabStop

java.lang.Object
  extended by aspose.pdf.TabStop

public class TabStop
extends java.lang.Object

Represents a custom Tab stop position in a paragraph.


Constructor Summary
TabStop()
          Initializes a new instance of the TabStop class.
 
Method Summary
 TabAlignmentType getAlignmentType()
          Gets a TabAlignmentType enumeration that indicates the custom tab stop position alignment type.
 TabLeaderType getLeaderType()
          Gets a TabLeaderType enum that indicates the tab leader type.
 float getPosition()
          Gets a float value that indicates the tab stop position.
 void setAlignmentType(TabAlignmentType value)
          Sets a TabAlignmentType enumeration that indicates the custom tab stop position alignment type.
 void setLeaderType(TabLeaderType value)
          Sets a float value that indicates the tab stop position.
 void setPosition(float value)
          Sets a float value that indicates the tab stop position.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabStop

public TabStop()
Initializes a new instance of the TabStop class.

Method Detail

getPosition

public float getPosition()
Gets a float value that indicates the tab stop position.


setPosition

public void setPosition(float value)
Sets a float value that indicates the tab stop position.

Parameters:
value -

getLeaderType

public TabLeaderType getLeaderType()
Gets a TabLeaderType enum that indicates the tab leader type.


setLeaderType

public void setLeaderType(TabLeaderType value)
Sets a float value that indicates the tab stop position.

Parameters:
value -

getAlignmentType

public TabAlignmentType getAlignmentType()
Gets a TabAlignmentType enumeration that indicates the custom tab stop position alignment type.


setAlignmentType

public void setAlignmentType(TabAlignmentType value)
Sets a TabAlignmentType enumeration that indicates the custom tab stop position alignment type.

Parameters:
value -