|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectiveTabs
public final class EffectiveTabs
Represents pseudo collection of Tab items.
Can be used as generator of tabulation. Almost endless, but beware of Tab.Position overflow.
Method Summary | |
---|---|
int |
getDefaultTabSize()
Returns the distance between two closest implicit tab positions. |
int |
getExplicitTabCount()
Returns the number of explicitly defined tabs. |
Tab |
getTabAfterPosition(int Position)
Returns the next tab with position greater or equal to specified. |
Tab |
getTabByIndex(int index)
Returns explicitly defined tab if index less than ExplicitTabCount otherwise generates new implicit tab using DefaultTabSize. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getExplicitTabCount()
public int getDefaultTabSize()
public Tab getTabByIndex(int index)
index
- The index of a tab.
public Tab getTabAfterPosition(int Position)
Position
- The tab position.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |