com.aspose.slides.pptx
Class ParagraphPropertiesEx

java.lang.Object
  extended by com.aspose.slides.pptx.ParagraphPropertiesEx
Direct Known Subclasses:
ParagraphEx

public class ParagraphPropertiesEx
extends java.lang.Object


Method Summary
 ColorFormatEx getBulletColorFormat()
          Returns the color of a bullet.
 short getDepth()
          Returns a depth of a paragraph.
 PresentationEx getPresentation()
          Returns the parent presentation of a paragraph.
 BaseSlideEx getSlide()
          Returns the parent slide of a paragraph.
 boolean hasBullet()
          Determines whether the paragraph has a bullet.
 NullableBool isBulletHardColor()
          Determines whether the bullet has own color or inherits it from the first portion in the paragraph.
 NullableBool isBulletHardFont()
          Determines whether the bullet has own font or inherits it from the first portion in the paragraph.
 void setDepth(short value)
          Sets a depth of a paragraph.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDepth

public short getDepth()
Returns a depth of a paragraph.


setDepth

public void setDepth(short value)
Sets a depth of a paragraph.

Parameters:
value - new depth of a paragraph.

hasBullet

public boolean hasBullet()
Determines whether the paragraph has a bullet.


isBulletHardColor

public NullableBool isBulletHardColor()
Determines whether the bullet has own color or inherits it from the first portion in the paragraph. NullableBool.True if bullet has own color and NullableBool.False if bullet inherits color from the first portion in the paragraph.


getBulletColorFormat

public ColorFormatEx getBulletColorFormat()
Returns the color of a bullet.

Returns:
See ColorFormatEx.

isBulletHardFont

public NullableBool isBulletHardFont()
Determines whether the bullet has own font or inherits it from the first portion in the paragraph. NullableBool.True if bullet has own font and NullableBool.False if bullet inherits font from the first portion in the paragraph.


getSlide

public BaseSlideEx getSlide()
Returns the parent slide of a paragraph.


getPresentation

public PresentationEx getPresentation()
Returns the parent presentation of a paragraph.