com.aspose.slides
Class TextRuler.TextLevel

java.lang.Object
  extended by com.aspose.slides.TextRuler.TextLevel
Enclosing class:
TextRuler

public static class TextRuler.TextLevel
extends java.lang.Object

Represents default offsets for a paragraph.


Method Summary
 short getBulletOffset()
           Returns or sets the default offset for a bullet.
 short getTextOffset()
           Returns or sets the default offset for a text.
 void setBulletOffset(short value)
           
 void setTextOffset(short value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBulletOffset

public short getBulletOffset()

Returns or sets the default offset for a bullet. Read/write short.


setBulletOffset

public void setBulletOffset(short value)

getTextOffset

public short getTextOffset()

Returns or sets the default offset for a text. Read/write short.


setTextOffset

public void setTextOffset(short value)