com.aspose.slides
Class TextRuler

java.lang.Object
  extended by com.aspose.slides.TextRuler

public class TextRuler
extends java.lang.Object

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

getLevels

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


getTabs

public TabCollection getTabs()

Returns the list of tabulations defined for a ruler. Read-only Aspose.Slides.Tabs.


getDefaultTabInterval

public short getDefaultTabInterval()

Returns or sets the distance between two implicit tabulations. Read/write short


setDefaultTabInterval

public void setDefaultTabInterval(short value)