ASP.NET Core

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

    Show / Hide Table of Contents

    Class BodyItemCollection

    Represents a collection of TextBodyItem items.

    Inheritance
    System.Object
    OwnerHolder
    CollectionImpl
    XDLSSerializableCollection
    EntityCollection
    BodyItemCollection
    Implements
    IXDLSSerializableCollection
    IEntityCollectionBase
    ICollectionBase
    System.Collections.IEnumerable
    Inherited Members
    EntityCollection.Add(IEntity)
    EntityCollection.Clear()
    EntityCollection.Contains(IEntity)
    EntityCollection.IndexOf(IEntity)
    EntityCollection.Insert(Int32, IEntity)
    EntityCollection.Remove(IEntity)
    EntityCollection.RemoveAt(Int32)
    EntityCollection.OnClear()
    EntityCollection.OnInsert(Int32, Entity)
    EntityCollection.OnInsertComplete(Int32, Entity)
    EntityCollection.OnRemove(Int32)
    EntityCollection.Item[Int32]
    EntityCollection.FirstItem
    EntityCollection.LastItem
    XDLSSerializableCollection.IXDLSSerializableCollection.AddNewItem(IXDLSContentReader)
    XDLSSerializableCollection.IXDLSSerializableCollection.TagItemName
    CollectionImpl.GetEnumerator()
    CollectionImpl.Count
    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 class BodyItemCollection : EntityCollection, IXDLSSerializableCollection, IEntityCollectionBase, ICollectionBase, IEnumerable

    Constructors

    BodyItemCollection(WTextBody)

    Initializes a new instance of the BodyItemCollection class with the specified WTextBody instance.

    Declaration
    public BodyItemCollection(WTextBody body)
    Parameters
    Type Name Description
    WTextBody body

    The WTextBody.

    Properties

    TypesOfElement

    Gets the type of the elements present in the collection. Read-only.

    Declaration
    protected override Type[] TypesOfElement { get; }
    Property Value
    Type Description
    System.Type[]

    The System.Type collection that contains the types of the elements.

    Overrides
    EntityCollection.TypesOfElement

    Methods

    CreateItem(IXDLSContentReader)

    Creates the item.

    Declaration
    protected override OwnerHolder CreateItem(IXDLSContentReader reader)
    Parameters
    Type Name Description
    IXDLSContentReader reader

    The IXDLSContentReader object.

    Returns
    Type Description
    OwnerHolder

    The OwnerHolder.

    Overrides
    XDLSSerializableCollection.CreateItem(IXDLSContentReader)

    GetTagItemName()

    Gets the name of xml tag

    Declaration
    protected override string GetTagItemName()
    Returns
    Type Description
    System.String

    The string that represents the xml tag name.

    Overrides
    XDLSSerializableCollection.GetTagItemName()

    Implements

    IXDLSSerializableCollection
    IEntityCollectionBase
    ICollectionBase
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved