15.4.4 Omitting content from RTF output
To prevent text from appearing in RTF output, you
can do the following:
- Use a special value of @outputclass (for example,
onlineonly)
- Use a special value of @outputclass (for example,
onlineonly) for all instances
of the unwanted text in your document.
- In the configuration file, assign
property Delete to the paragraph
format:
[WordStyles]
; format (char or para) = keyword
; Delete is used to remove displayable text
OnlineOnly=Delete
To remove unwanted blank paragraphs at the end of
topics:
[WordOptions]
; FrameEndPara = Yes (default, preserve empty paragraph at end of text
; frame) or No (remove empty final paragraph)
FrameEndPara = No
Previous Topic: 15.4.3 Hiding content
in Word
Next Topic: 15.4.5 Replacing
content in RTF output
Parent Topic: 15.4 Modifying text appearance
Sibling Topics:
15.4.1 Adjusting
line spacing
15.4.2 Specifying
a style for quotes
15.4.3 Hiding content
in Word
15.4.5 Replacing
content in RTF output