XDLSHolder
AddRefElement Method
|
Adds the ref 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 AddRefElement(
string tagName,
Object value
)
Public Sub AddRefElement (
tagName As String,
value As Object
)
public:
void AddRefElement(
String^ tagName,
Object^ value
)
member AddRefElement :
tagName : string *
value : Object -> unit
Parameters
-
tagName
-
Type:
System
String
Name of the tag.
-
value
-
Type:
System
Object
The value.
See Also