com.aspose.slides
Interface ITextFrame

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
TextFrame

public interface ITextFrame
extends ISlideComponent

Represents a TextFrame.


Method Summary
 IHyperlinkQueries getHyperlinkQueries()
           
 IParagraphCollection getParagraphs()
           
 java.lang.String getText()
           
 ITextFrameFormat getTextFrameFormat()
           
 void setText(java.lang.String value)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getParagraphs

IParagraphCollection getParagraphs()

getText

java.lang.String getText()

setText

void setText(java.lang.String value)

getTextFrameFormat

ITextFrameFormat getTextFrameFormat()

getHyperlinkQueries

IHyperlinkQueries getHyperlinkQueries()