Skip to main content
A newer version of this page is available. .

ReadOnlyTextPropertiesBase.Script Property

Gets the type of script applied to characters in the current DocumentText object.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

CharacterFormattingScript Script { get; }

Property Value

Type Description
DevExpress.Office.CharacterFormattingScript

One of the DevExpress.Office.CharacterFormattingScript enumeration values indicating the script type.

See Also