Поделиться через


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

'Declaration
Public Property MathRunProperties As RunProperties
    Get
    Set
'Usage
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

See Also

Reference

Run Class

Run Members

DocumentFormat.OpenXml.Math Namespace