menu

Document Processing

BodyItemCollection Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    BodyItemCollection Class

    Represents a collection of TextBodyItem items.

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

    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
    Syncfusion.DocIO.DLS.XML.XDLSSerializableCollection.GetTagItemName()

    Implements

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