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

    Show / Hide Table of Contents

    IContentElement Interface

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

    Represents an Element that can contain other Elements underneath itself.

    • C#
    • VB.NET
    public interface IContentElement
    Public Interface IContentElement
    Remarks

    For more information, see content model article.

    Properties

    Content

    Gets a sequence of ElementCollections that are contained under this IContentElement.

    • C#
    • VB.NET
    IEnumerable<ElementCollection> Content { get; }
    ReadOnly Property Content As IEnumerable(Of ElementCollection)
    Property Value
    System.Collections.Generic.IEnumerable<ElementCollection>

    A sequence of ElementCollections that are contained under this IContentElement.

    Remarks

    For more information, see content model article.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.