ManageRTF is used to configure the management mode of the RTF format in a full-text index. You can:
- Find out whether the text of the items found in a full-text index can contain RTF. The full-text index was defined in the data model editor by programming.
- Define whether the text of the items found in a full-text index can contain RTF. The full-text index has been programmatically defined.
Syntax
Finding out the management mode of RTF Hide the details
<Management mode> = <Data file>.<Full-text index>.ManageRTF
<Management mode>: Boolean
- True if the text can contain RTF,
- False otherwise. If the text can contain RTF, the RTF tags will not be indexed.
<Data file>: Character string
Name of the data file used. This name was defined in the data model editor or with the File Description type.
<Full-text index>: Character string
Name of full-text index used. This name was defined in the data model editor or with the FullTextIndex Description type.
Defining the management mode of RTF Hide the details
<Full-text index>.ManageRTF = <New mode>
<Full-text index>: Character string
Name of full-text index used. This name was defined by the FullTextIndex Description type.
<New mode>: Boolean
- True if the text can contain RTF,
- False otherwise. If the text can contain RTF, the RTF tags will not be indexed.