Version

UseComplexScript Property

Returns or sets a value which determines whether the contents of this run shall be treated as complex script text regardless of the Unicode character values contained therein when determining the formatting for this run.
Syntax
'Declaration
 
Public Property UseComplexScript As Nullable(Of Boolean)
public Nullable<bool> UseComplexScript {get; set;}
Remarks

WordprocessingML uses different XML elements to express the bold, italic, and size attributes of the font for standard and complex scripts. When the NameComplexScript property is explicitly set, the complex scripts elements are automatically added.

This property causes the text contained within the associated run to be treated as complex script, effectively resolving any ambiguities that may arise by virtue of the bold, italic, or size attributes being set for both standard and complex scripts.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also