Click or drag to resize

IXDLSSerializableCollection Interface

Represents required functionality for serialization by XDLSReader/Writer.
Remarks
Used for collections/lists implementation

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IXDLSSerializableCollection : IEnumerable

The IXDLSSerializableCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets the count.
Public property TagItemName
Gets the name of the tag item.
Top
Methods
Name Description
Public method AddItem
Adds an item to the collection.
Public method AddNewItem
Collection must creates and adds new empty item.
Public method CreateNewItem
Creates a new item using the provided XDLS content reader.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Top
See Also