RunProperties.Literal Property
Literal.Represents the element tag in schema: m:lit
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Property Literal As Literal
Get
Set
'Uso
Dim instance As RunProperties
Dim value As Literal
value = instance.Literal
instance.Literal = value
public Literal Literal { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Math.Literal