Click or drag to resize

IXDLSContentWriter WriteChildStringElement Method

Writes the child string element.

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

Parameters

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