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 the default offset for a bullet.
 short getTextOffset()
          Returns the default offset for a text.
 void setBulletOffset(short value)
          Sets the default offset for a bullet.
 void setTextOffset(short value)
          Sets the default offset for a text.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBulletOffset

public short getBulletOffset()
Returns the default offset for a bullet.

Returns:
the default offset for a bullet.

setBulletOffset

public void setBulletOffset(short value)
Sets the default offset for a bullet.

Parameters:
value - the default offset for a bullet.

getTextOffset

public short getTextOffset()
Returns the default offset for a text.

Returns:
the default offset for a text.

setTextOffset

public void setTextOffset(short value)
Sets the default offset for a text.

Parameters:
value - the default offset for a text.