|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextRuler
public class TextRuler
Represents a horizontal ruler for text boxes.
Nested Class Summary | |
---|---|
static class |
TextRuler.TextLevel
Represents default offsets for a paragraph. |
static class |
TextRuler.TextLevelCollection
Represents a collection of a TextLevel objects. |
static class |
TextRuler.TextLevels
Deprecated. |
Method Summary | |
---|---|
short |
getDefaultTabInterval()
Returns or sets the distance between two implicit tabulations. |
TextRuler.TextLevelCollection |
getLevels()
Returns the TextLevelCollection object defined for a TextRuler. |
TabCollection |
getTabs()
Returns the list of tabulations defined for a ruler. |
void |
setDefaultTabInterval(short value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public TextRuler.TextLevelCollection getLevels()
Returns the TextLevelCollection
object defined for a TextRuler.
Used for mapping paragraph's depth to offset values for bullet and text.
Read-only TextLevelCollection
public TabCollection getTabs()
Returns the list of tabulations defined for a ruler.
Read-only Aspose.Slides.Tabs
.
public short getDefaultTabInterval()
Returns or sets the distance between two implicit tabulations.
Read/write short
public void setDefaultTabInterval(short value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |