|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.ParagraphPropertiesEx
com.spire.presentation.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 Paragraph class. |
|
ParagraphEx(TextParagraphProperties paraFormat)
|
Method Summary | |
---|---|
PortionEx |
getFirstTextRange()
First text range of text paragraph. |
TextParagraphProperties |
getParagraphProperties()
Gets the formatting of paragraph. |
java.lang.String |
getText()
Gets the the plain text of a paragraph. |
TextRangeCollection |
getTextRanges()
Gets the collection of a text range. |
void |
setText(java.lang.String value)
Sets the the plain text of a paragraph. |
Methods inherited from class com.spire.presentation.PptObject |
---|
checkDisposed, getParent |
Methods inherited from interface com.spire.presentation.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.spire.presentation.IActivePresentation |
---|
getPresentation |
Constructor Detail |
---|
public ParagraphEx()
java.lang.Exception
public ParagraphEx(ParagraphEx para)
para
-
java.lang.Exception
public ParagraphEx(TextParagraphProperties paraFormat)
Method Detail |
---|
public PortionEx getFirstTextRange()
public TextRangeCollection getTextRanges()
public TextParagraphProperties getParagraphProperties()
public java.lang.String getText()
public void setText(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |