TextFrame Class

Represents a TextFrame.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesTextFrame

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class TextFrame : ITextFrame, 
	ISlideComponent, IPresentationComponent

The TextFrame type exposes the following members.

Properties
  NameDescription
Public propertyHyperlinkQueries
Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries.
Public propertyParagraphs
Returns the list of all paragraphs in a frame. Read-only IParagraphCollection.
Public propertyPresentation
Returns the parent presentation of a TextFrame. Read-only IPresentation.
Public propertySlide
Returns the parent slide of a TextFrame. Read-only IBaseSlide.
Public propertyText
Gets or sets the plain text for a TextFrame. Read/write String.
Public propertyTextFrameFormat
Returns the formatting object for this TextFrame object. Read-only ITextFrameFormat.
Methods
  NameDescription
Public methodCreateTextFrameFormatEffective Obsolete.
Creates and returns ITextFrameFormatEffectiveData object which contains current text frame formatting properties, including inherited. Read-only ITextFrameFormatEffectiveData.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHighlightRegex
Highlight all matches of regular expression in text frame text using specified color.
Public methodHighlightText(String, Color)
Highlight all matches of sample in text frame text using specified color.
Public methodHighlightText(String, Color, ITextHighlightingOptions)
Highlight all matches of sample in text frame text using specified color.
Public methodJoinPortionsWithSameFormatting
Joins runs with same formatting in all paragraphs.
Public methodToString (Inherited from Object.)
See Also