WR INSERT RTF EXPRESSION
version 6.7
WR INSERT RTF EXPRESSION (area; rtfExpression)
Parameter | Type | Description | |
area | Longint | 4D Write area | |
rtfExpression | Text | RTF expression |
Description
The WR INSERT RTF EXPRESSION command inserts in area the RTF expression put into the rtfExpression parameter. The expression is inserted where the cursor is located. If text was selected at the moment of insertion, the text is replaced by the expression.
When the 4D Write document is exported in RTF, the expression will be saved in the generated RTF document.
The RTF (Rich Text Format) is an exchange file format that saves most format attributes within a document (size, style and character color, margins, etc.) between different word processing softwares. This format is based on the use of specific markers interpreted at the time of RTF import.
See Also