|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TabLeaderType in aspose.pdf |
---|
Fields in aspose.pdf declared as TabLeaderType | |
---|---|
static TabLeaderType |
TabLeaderType.Dash
Dash tab leader. |
static TabLeaderType |
TabLeaderType.Dot
Dot tab leader. |
static TabLeaderType |
TabLeaderType.None
No tab leader. |
static TabLeaderType |
TabLeaderType.Solid
Solid tab leader. |
Methods in aspose.pdf that return TabLeaderType | |
---|---|
TabLeaderType |
TabStop.getLeaderType()
Gets a TabLeaderType enum that indicates the tab leader type. |
TabLeaderType |
ListLevelFormat.getTabLeaderType()
Gets a TabLeaderType object that indicates the tab leader type for the
list. |
TabLeaderType |
Segment.getTabLeaderType()
Get the tabLeaderType object |
Methods in aspose.pdf with parameters of type TabLeaderType | |
---|---|
TabStop |
TabStops.add(float position,
TabLeaderType leaderType)
Initializes a new instance of the TabStop class with specified position
and leader type and add it to the TabStops collection. |
void |
TabStop.setLeaderType(TabLeaderType value)
Sets a float value that indicates the tab stop position. |
void |
ListLevelFormat.setTabLeaderType(TabLeaderType value)
Sets a TabLeaderType object that indicates the tab leader type for the
list. |
void |
Segment.setTabLeaderType(TabLeaderType tabLeaderType)
Set the tabLeaderType object |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |