MathProperties.IntraSpacing Property
Intra-Equation Spacing.Represents the element tag in schema: m:intraSp
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property IntraSpacing As IntraSpacing
Get
Set
'Usage
Dim instance As MathProperties
Dim value As IntraSpacing
value = instance.IntraSpacing
instance.IntraSpacing = value
public IntraSpacing IntraSpacing { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Math.IntraSpacing