menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BodyItemCollection - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BodyItemCollection

    Represents a collection of TextBodyItem items.

    Inheritance
    System.Object
    OwnerHolder
    CollectionImpl
    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.UWP.dll
    Syntax
    public class BodyItemCollection : EntityCollection, 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

    Implements

    IEntityCollectionBase
    ICollectionBase
    System.Collections.IEnumerable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved