Package freemarker.core
Class TemplateRTFOutputModel
java.lang.Object
freemarker.core.CommonTemplateMarkupOutputModel<TemplateRTFOutputModel>
freemarker.core.TemplateRTFOutputModel
- All Implemented Interfaces:
TemplateMarkupOutputModel<TemplateRTFOutputModel>
,TemplateModel
Stores RTF markup to be printed; used with
RTFOutputFormat
.
This class was final before 2.3.29.
- Since:
- 2.3.24
-
Field Summary
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
-
Constructor Summary
ModifierConstructorDescriptionprotected
TemplateRTFOutputModel(String plainTextContent, String markupContent)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the singletonOutputFormat
object that implements the operations for the "markup output" value.Methods inherited from class freemarker.core.CommonTemplateMarkupOutputModel
toString
-
Constructor Details
-
TemplateRTFOutputModel
- Since:
- 2.3.29
-
-
Method Details
-
getOutputFormat
Description copied from interface:TemplateMarkupOutputModel
Returns the singletonOutputFormat
object that implements the operations for the "markup output" value.- Specified by:
getOutputFormat
in interfaceTemplateMarkupOutputModel<TemplateRTFOutputModel>
- Specified by:
getOutputFormat
in classCommonTemplateMarkupOutputModel<TemplateRTFOutputModel>
-