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

    Show / Hide Table of Contents

    TableMetadata Class

    Namespace:
    GemBox.Document.Tables
    Assembly:
    GemBox.Document.dll

    Represents a set of non-visual properties which shall be applied to the parent Table element.

    • C#
    • VB.NET
    public sealed class TableMetadata
    Public NotInheritable Class TableMetadata
    Inheritance:
    System.Object
    TableMetadata

    Properties

    Description

    Gets or sets the alternative description, a text-based representation of the information contained in the parent Table element.

    • C#
    • VB.NET
    public string Description { get; set; }
    Public Property Description As String
    Property Value
    System.String

    The alternative description text for the table element, for use by assistive technologies or applications which will not display the table element.

    Title

    Gets or sets the alternative title, a text-based representation of the information contained in the parent Table element.

    • C#
    • VB.NET
    public string Title { get; set; }
    Public Property Title As String
    Property Value
    System.String

    The alternative title text for the table element, for use by assistive technologies or applications which will not display the table element.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.