|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParagraph
Represents a paragraph of a text.
Method Summary | |
---|---|
IParagraphFormatEffectiveData |
createParagraphFormatEffective()
Creates immutable object which contains paragraph properties including inherited. |
IParagraphFormat |
getParagraphFormat()
Returns the formatting object for this paragraph. |
IPortionCollection |
getPortions()
Returns the collection of a text portions. |
java.lang.String |
getText()
Gets or sets the the plain text of a paragraph. |
void |
joinPortionsWithSameFormatting()
Joins runs with same formatting. |
void |
setText(java.lang.String value)
Gets or sets the the plain text of a paragraph. |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
IPortionCollection getPortions()
Returns the collection of a text portions.
Read-only IPortionCollection
.
IParagraphFormat getParagraphFormat()
Returns the formatting object for this paragraph.
Read-only IParagraphFormat
.
IParagraphFormatEffectiveData createParagraphFormatEffective()
Creates immutable object which contains paragraph properties including inherited.
IParagraphFormatEffectiveData
.void joinPortionsWithSameFormatting()
Joins runs with same formatting.
java.lang.String getText()
Gets or sets the the plain text of a paragraph.
Read/write String
.
void setText(java.lang.String value)
Gets or sets the the plain text of a paragraph.
Read/write String
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |