Click or drag to resize

IXDLSContentWriter WriteChildElement Method

Writes the child element.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
void WriteChildElement(
	string name,
	Object value
)

Parameters

name
Type: System String
The name.
value
Type: System Object
The value.
See Also