Click or drag to resize

XDLSHolder AddElement Method

Adds the element.

Namespace: Spire.Doc.Documents.XML
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void AddElement(
	string tagName,
	Object value
)

Parameters

tagName
Type: System String
Name of the tag.
value
Type: System Object
The value.
See Also