TextUnknown Class
Represents a text element that is not recognized by the GemBox.Presentation component.
public sealed class TextUnknown : TextElement
Public NotInheritable Class TextUnknown
Inherits TextElement
- Inheritance:
- System.ObjectTextUnknown
Remarks
This type can either represent some text element that is supported by a particular input file format supported by the GemBox.Presentation component or some user-defined text element. In either case, text element is not supported by the GemBox.Presentation component (no additional behavior or information about it can be obtained through the GemBox.Presentation API).
This type is used for preserving not supported text elements when reading and writing a presentation to a same file format.
This type can also be used for user-defined text elements.
Information contained in the Data property is either internal to GemBox.Presentation component (when the type is used for preserving not supported text elements) or is user-specific type (when the type is used for user-defined text elements).
Properties
Data
Gets the data of this text element.
Property Value
- System.Object
The data of this text element.
Remarks
Value type is either internal to GemBox.Presentation component (when the type is used for preserving not supported text elements) or is user-specific type (when the type is used for user-defined text elements).
ElementType
Gets the Unknown value.
public override TextElementType ElementType { get; }
Public Overrides ReadOnly Property ElementType As TextElementType
Property Value
The Unknown value.
Overrides
Methods
ToString()
Returns System.String.Empty.
Returns
- System.String
System.String.Empty.
Overrides
Inherited Properties
Format | Gets or sets the character formatting options. (Inherited from TextElement) |
Parent | Gets the parent text paragraph or null if text element was deleted. (Inherited from TextElement) |
Slide | Gets the slide associated with this text element. (Inherited from TextElement) |
TextContent | Gets the text content of the current TextElement. (Inherited from TextElement) |