|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextFrame
public class TextFrame
Represents a TextFrame.
Method Summary | |
---|---|
IHyperlinkQueries |
getHyperlinkQueries()
Provides easy access to contained hyperlinks. |
IParagraphCollection |
getParagraphs()
Returns the list of all paragraphs in a frame. |
IPresentation |
getPresentation()
Returns the parent presentation of a TextFrame. |
IBaseSlide |
getSlide()
Returns the parent slide of a TextFrame. |
java.lang.String |
getText()
Gets or sets the plain text for a TextFrame. |
ITextFrameFormat |
getTextFrameFormat()
Returns the formatting object for this TextFrame object. |
void |
setText(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IParagraphCollection getParagraphs()
Returns the list of all paragraphs in a frame.
Read-only ParagraphCollection
.
getParagraphs
in interface ITextFrame
public java.lang.String getText()
Gets or sets the plain text for a TextFrame.
Value: The text.
getText
in interface ITextFrame
public void setText(java.lang.String value)
setText
in interface ITextFrame
public ITextFrameFormat getTextFrameFormat()
Returns the formatting object for this TextFrame object.
Readonly ITextFrameFormat
.
getTextFrameFormat
in interface ITextFrame
public IHyperlinkQueries getHyperlinkQueries()
Provides easy access to contained hyperlinks.
getHyperlinkQueries
in interface ITextFrame
public IBaseSlide getSlide()
Returns the parent slide of a TextFrame.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a TextFrame.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |