Run.MathRunProperties Property
Run Properties.Represents the element tag in schema: m:rPr
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property MathRunProperties As RunProperties
Get
Set
'使用
Dim instance As Run
Dim value As RunProperties
value = instance.MathRunProperties
instance.MathRunProperties = value
public RunProperties MathRunProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Math.RunProperties