Click or drag to resize

IXDLSContentWriter Interface

Summary description for IXDLSContentWriter.

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

The IXDLSContentWriter type exposes the following members.

Properties
Name Description
Public property InnerWriter
Gets the inner writer.
Top
Methods
Name Description
Public method WriteChildBinaryElement
Writes the child binary element.
Public method WriteChildElement
Writes the child element.
Public method WriteChildRefElement
Writes the child ref element.
Public method WriteChildStringElement
Writes the child string element.
Top
See Also