Class BodyItemCollection
Represents a collection of TextBodyItem items.
Inheritance
System.Object
BodyItemCollection
Implements
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
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
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
Implements
System.Collections.IEnumerable