NumberingSymbolRunProperties.ComplexScript Property
ComplexScript.Represents the element tag in schema: w:cs
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ComplexScript As ComplexScript
Get
Set
'Usage
Dim instance As NumberingSymbolRunProperties
Dim value As ComplexScript
value = instance.ComplexScript
instance.ComplexScript = value
public ComplexScript ComplexScript { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.ComplexScript
See Also
Reference
NumberingSymbolRunProperties Class