ContextNode.MathML Property
mathML.Represents the attribte in schema: mathML
Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "mathML")> _
Public Property MathML As StringValue
Get
Set
'Usage
Dim instance As ContextNode
Dim value As StringValue
value = instance.MathML
instance.MathML = value
[SchemaAttrAttribute(, "mathML")]
public StringValue MathML { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue