|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.TabStop
public class TabStop
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 |
---|
public TabStop()
TabStop
class.
Method Detail |
---|
public float getPosition()
public void setPosition(float value)
value
- public TabLeaderType getLeaderType()
TabLeaderType
enum that indicates the tab leader type.
public void setLeaderType(TabLeaderType value)
value
- public TabAlignmentType getAlignmentType()
TabAlignmentType
enumeration that indicates the custom tab
stop position alignment type.
public void setAlignmentType(TabAlignmentType value)
TabAlignmentType
enumeration that indicates the custom tab
stop position alignment type.
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |