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.