GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TextUnknown Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents a text element that is not recognized by the GemBox.Presentation component.

    • C#
    • VB.NET
    public sealed class TextUnknown : TextElement
    Public NotInheritable Class TextUnknown
        Inherits TextElement
    Inheritance:
    System.Object
    TextElement
    TextUnknown
    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.

    • C#
    • VB.NET
    public object Data { get; }
    Public ReadOnly Property Data As Object
    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.

    • C#
    • VB.NET
    public override TextElementType ElementType { get; }
    Public Overrides ReadOnly Property ElementType As TextElementType
    Property Value
    TextElementType

    The Unknown value.

    Overrides
    TextElement.ElementType

    Methods

    ToString()

    Returns System.String.Empty.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    System.String.Empty.

    Overrides
    TextElement.ToString()

    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)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.