Class RTFOutputFormat


public class RTFOutputFormat extends CommonMarkupOutputFormat<TemplateRTFOutputModel>
Represents the Rich Text Format output format (MIME type "application/rtf", name "RTF"). This format escapes by default (via StringUtil.RTFEnc(String)). The ?rtf built-in silently bypasses template output values of the type produced by this output format (TemplateRTFOutputModel).

This class was final before 2.3.29.

Since:
2.3.24