com.aspose.slides
Class TextFrame

java.lang.Object
  extended by com.aspose.slides.TextFrame
All Implemented Interfaces:
IPresentationComponent, ISlideComponent, ITextFrame

public class TextFrame
extends java.lang.Object
implements 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.
 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

getParagraphs

public IParagraphCollection getParagraphs()

Returns the list of all paragraphs in a frame. Read-only ParagraphCollection.

Specified by:
getParagraphs in interface ITextFrame

getText

public java.lang.String getText()

Gets or sets the plain text for a TextFrame.

Value: The text.

Specified by:
getText in interface ITextFrame

setText

public void setText(java.lang.String value)
Specified by:
setText in interface ITextFrame

getTextFrameFormat

public ITextFrameFormat getTextFrameFormat()

Returns the formatting object for this TextFrame object. Readonly ITextFrameFormat.

Specified by:
getTextFrameFormat in interface ITextFrame

getHyperlinkQueries

public IHyperlinkQueries getHyperlinkQueries()

Provides easy access to contained hyperlinks.

Specified by:
getHyperlinkQueries in interface ITextFrame

getSlide

public IBaseSlide getSlide()

Returns the parent slide of a TextFrame. Read-only BaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation of a TextFrame. Read-only Presentation.

Specified by:
getPresentation in interface IPresentationComponent