6.10.9 Omitting content from RTF output
To prevent text from appearing in RTF output, you can use conditional text, or you can do the following:
1. Use a special value of @outputclass (for example, onlineonly)
1. Use a special paragraph format (for example, OnlineOnly) for all instances of the unwanted text in your document.
2. In the configuration file, assign property Delete to the paragraph format:
; format (char or para) = keyword
; Delete is used to remove displayable text
If a table or graphic is anchored in a paragraph whose format is assigned the Delete property, the table or graphic is retained, and only the text of the paragraph is deleted.
To remove unwanted blank paragraphs at the end of topics:
; FrameEndPara = Yes (default, preserve empty paragraph at end of text
; frame) or No (remove empty final paragraph)
> 6 Converting to print RTF > 6.10 Modifying text appearance > 6.10.9 Omitting content from RTF output