ContextNode.MathSymbol Property
mathSymbol.Represents the attribte in schema: mathSymbol
Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "mathSymbol")> _
Public Property MathSymbol As StringValue
Get
Set
'Применение
Dim instance As ContextNode
Dim value As StringValue
value = instance.MathSymbol
instance.MathSymbol = value
[SchemaAttrAttribute(, "mathSymbol")]
public StringValue MathSymbol { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue