WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollectionImpl

    Show / Hide Table of Contents

    Class CollectionImpl

    Represents the collection interface.

    Inheritance
    System.Object
    OwnerHolder
    CollectionImpl
    BookmarkCollection
    CommentsCollection
    ConditionalFormattingStyleCollection
    FormFieldCollection
    RevisionCollection
    TextBoxCollection
    XDLSSerializableCollection
    Inherited Members
    OwnerHolder.m_doc
    OwnerHolder.Document
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public abstract class CollectionImpl : OwnerHolder

    Constructors

    CollectionImpl(WordDocument, OwnerHolder)

    Initializes a new instance of the CollectionImpl class.

    Declaration
    protected CollectionImpl(WordDocument doc, OwnerHolder owner)
    Parameters
    Type Name Description
    WordDocument doc

    The WordDocument object.

    OwnerHolder owner

    The The OwnerHolder object.

    Properties

    Count

    Gets the number of items in the collection.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    The integer that specifies the count of items.

    Methods

    GetEnumerator()

    Returns an enumerator that iterates through a collection.

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    An System.Collections.IEnumerator object that can be used to iterate through the collection.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved