com.aspose.slides
Class TextFrame

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

public final 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.
 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

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


getParagraphs

public IParagraphCollection getParagraphs()

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

Specified by:
getParagraphs in interface ITextFrame

getText

public java.lang.String getText()

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

Value: The text.

Specified by:
getText in interface ITextFrame

setText

public void setText(java.lang.String value)

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

Value: The text.

Specified by:
setText in interface ITextFrame

getTextFrameFormat

public ITextFrameFormat getTextFrameFormat()

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

Specified by:
getTextFrameFormat in interface ITextFrame

getHyperlinkQueries

public IHyperlinkQueries getHyperlinkQueries()

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

Specified by:
getHyperlinkQueries in interface ITextFrame

joinPortionsWithSameFormatting

public void joinPortionsWithSameFormatting()

Joins runs with same formatting in all paragraphs.

Specified by:
joinPortionsWithSameFormatting in interface ITextFrame

getSlide

public IBaseSlide getSlide()

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

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

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

Specified by:
getPresentation in interface IPresentationComponent


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