|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextFrame
public final 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. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
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 |
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 class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IParagraphCollection getParagraphs()
Returns the list of all paragraphs in a frame.
Read-only IParagraphCollection
.
getParagraphs
in interface ITextFrame
public java.lang.String getText()
Gets or sets the plain text for a TextFrame.
Read/write String
.
getText
in interface ITextFrame
public void setText(java.lang.String value)
Gets or sets the plain text for a TextFrame.
Read/write String
.
setText
in interface ITextFrame
public ITextFrameFormat getTextFrameFormat()
Returns the formatting object for this TextFrame object.
Read-only ITextFrameFormat
.
getTextFrameFormat
in interface ITextFrame
public IHyperlinkQueries getHyperlinkQueries()
Provides easy access to contained hyperlinks.
Read-only IHyperlinkQueries
.
getHyperlinkQueries
in interface ITextFrame
public void joinPortionsWithSameFormatting()
Joins runs with same formatting in all paragraphs.
joinPortionsWithSameFormatting
in interface ITextFrame
public IBaseSlide getSlide()
Returns the parent slide of a TextFrame.
Read-only IBaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a TextFrame.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |