Namespace: Spire.Presentation.Converter.Equation.Word.Documents.XML
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void AddElement(
	string tagName,
	Object value
)
Public Sub AddElement ( 
	tagName As String,
	value As Object
)
public:
void AddElement(
	String^ tagName, 
	Object^ value
)
member AddElement : 
        tagName : string * 
        value : Object -> unit 

Parameters

tagName
String
value
Object

See Also