|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextFrame
Represents a TextFrame.
Method Summary | |
---|---|
IHyperlinkQueries |
getHyperlinkQueries()
Provides easy access to contained hyperlinks. |
IParagraphCollection |
getParagraphs()
Returns the list of all paragraphs in a frame. |
java.lang.String |
getText()
Gets or sets the plain text for a TextFrame. |
ITextFrameFormat |
getTextFrameFormat()
Returns the formatting object for this TextFrame object. |
void |
joinPortionsWithSameFormatting()
Joins runs with same formatting in all paragraphs. |
void |
setText(java.lang.String value)
Gets or sets the plain text for a TextFrame. |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
IParagraphCollection getParagraphs()
Returns the list of all paragraphs in a frame.
Read-only IParagraphCollection
.
java.lang.String getText()
Gets or sets the plain text for a TextFrame.
Read/write String
.
void setText(java.lang.String value)
Gets or sets the plain text for a TextFrame.
Read/write String
.
ITextFrameFormat getTextFrameFormat()
Returns the formatting object for this TextFrame object.
Read-only ITextFrameFormat
.
IHyperlinkQueries getHyperlinkQueries()
Provides easy access to contained hyperlinks.
Read-only IHyperlinkQueries
.
void joinPortionsWithSameFormatting()
Joins runs with same formatting in all paragraphs.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |