|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ParagraphPropertiesEx
com.aspose.slides.pptx.ParagraphEx
public final class ParagraphEx
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.pptx.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 |
---|
public ParagraphEx()
public ParagraphEx(ParagraphEx para)
para
- Method Detail |
---|
public PortionsEx getPortions()
PortionsEx
.public java.lang.String getText()
public void setText(java.lang.String value)
value
- new plain text.public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |