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

    Show / Hide Table of Contents

    InlineCollection Class

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

    Represents a collection of Inline derived elements.

    • C#
    • VB.NET
    public class InlineCollection : ElementCollection<Inline>, IList, ICollection, IList<Inline>, ICollection<Inline>, IEnumerable<Inline>, IEnumerable
    Public Class InlineCollection
        Inherits ElementCollection(Of Inline)
        Implements IList, ICollection, IList(Of Inline), ICollection(Of Inline), IEnumerable(Of Inline), IEnumerable
    Inheritance:
    System.Object
    ElementCollection
    ElementCollection<Inline>
    InlineCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IList<Inline>
    System.Collections.Generic.ICollection<Inline>
    System.Collections.Generic.IEnumerable<Inline>
    System.Collections.IEnumerable
    Remarks

    Although InlineCollection is a strongly typed collection of a Inline derived elements, not all Inline derived elements are supported in every InlineCollection.

    For example, Inlines and ResultElements support all Inline derived elements, and DisplayInlines doesn't support Hyperlink element.

    Supported element types can be retrieved through SupportedElementTypes property.

    For more information, see GemBox.Document Content Model.

    Inherited Properties

    Content

    Gets the content of the current ElementCollection.

    (Inherited from ElementCollection)

    SupportedElementTypes

    Gets a sequence of ElementTypes that can be contained in this collection.

    (Inherited from ElementCollection)

    Inherited Methods

    CopyTo(Element[], System.Int32)

    Copies the elements of the ElementCollection to an System.Array, starting at a particular System.Array index.

    (Inherited from ElementCollection)

    IndexOf(Element)

    Determines the index of a specific Element in the ElementCollection.

    (Inherited from ElementCollection)

    Implements

    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.