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()
           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

getParagraphs

IParagraphCollection getParagraphs()

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


getText

java.lang.String getText()

Gets or sets the plain text for a TextFrame. Read/write String.

The text.


setText

void setText(java.lang.String value)

Gets or sets the plain text for a TextFrame. Read/write String.

The text.


getTextFrameFormat

ITextFrameFormat getTextFrameFormat()

Returns the formatting object for this TextFrame object. Read-only ITextFrameFormat.


getHyperlinkQueries

IHyperlinkQueries getHyperlinkQueries()

Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries.


joinPortionsWithSameFormatting

void joinPortionsWithSameFormatting()

Joins runs with same formatting in all paragraphs.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.