com.aspose.slides
Class ParagraphEx

java.lang.Object
  extended by com.aspose.slides.ParagraphPropertiesEx
      extended by com.aspose.slides.ParagraphEx

public final class ParagraphEx
extends ParagraphPropertiesEx

Represents a paragraph of a text.


Constructor Summary
ParagraphEx()
          Initializes a new instance of the Paragraph class with default properties.
ParagraphEx(ParagraphEx para)
          Copy constructor that initializes a new instance of a ParagraphEx class.
 
Method Summary
 PortionsEx getPortions()
          Returns the collection of text portions.
 PresentationEx getPresentation()
           
 BaseSlideEx getSlide()
           
 java.lang.String getText()
          Returns the plain text of a paragraph.
 void setText(java.lang.String value)
          Sets the plain text of a paragraph.
 
Methods inherited from class com.aspose.slides.ParagraphPropertiesEx
getBulletColorFormat, getDepth, getPresentation, getSlide, hasBullet, isBulletHardColor, isBulletHardFont, setDepth
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphEx

public ParagraphEx()
Initializes a new instance of the Paragraph class with default properties.


ParagraphEx

public ParagraphEx(ParagraphEx para)
Copy constructor that initializes a new instance of a ParagraphEx class.

Parameters:
para -
Method Detail

getPortions

public PortionsEx getPortions()
Returns the collection of text portions.

Returns:
See PortionsEx.

getText

public java.lang.String getText()
Returns the plain text of a paragraph.


setText

public void setText(java.lang.String value)
Sets the plain text of a paragraph.

Parameters:
value - new plain text.

getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()