IXDLSSerializableCollection
CreateNewItem Method
|
Creates a new item using the provided XDLS content reader.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
IDocumentSerializable CreateNewItem(
IXDLSContentReader reader
)
Function CreateNewItem (
reader As IXDLSContentReader
) As IDocumentSerializable
IDocumentSerializable^ CreateNewItem(
IXDLSContentReader^ reader
)
abstract CreateNewItem :
reader : IXDLSContentReader -> IDocumentSerializable
Parameters
-
reader
-
Type:
Spire.Doc.Interface
IXDLSContentReader
The XDLS content reader.
Return Value
Type:
IDocumentSerializable
The newly created item.
See Also