Contents - Index - Previous - Next


PlainTextEx property




Declaration
property PlainTextEx: WideString;

Description

Returns the adjusted plain text representation of the current document.

The property adjusts the plain text representation in the way compatible with the SelStart property. This is useful when you need to programmatically synchronize the selection with the plain text representation of the document.

The property replaces line-breaks with the space character and inserts the space character at the location of any controls (like images or tables) that break words in the document.

Run-time only
Read-only