|
||||||||
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.
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()
Returns the number of explicitly defined tabs.
Read-only int
.
public int getDefaultTabSize()
Returns the distance between two closest implicit tab positions.
Read-only int
public Tab getTabByIndex(int index)
Returns explicitly defined tab if index less than ExplicitTabCount otherwise generates new implicit tab using DefaultTabSize.
index
- Index of a Tab.
public Tab getTabAfterPosition(int Position)
Returns the next tab with position greater or equal to specified.
Position
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |