Package freemarker.core
Class TemplateRTFOutputModel
- java.lang.Object
-
- freemarker.core.CommonTemplateMarkupOutputModel<TemplateRTFOutputModel>
-
- freemarker.core.TemplateRTFOutputModel
-
- All Implemented Interfaces:
TemplateMarkupOutputModel<TemplateRTFOutputModel>,TemplateModel
public class TemplateRTFOutputModel extends CommonTemplateMarkupOutputModel<TemplateRTFOutputModel>
Stores RTF markup to be printed; used withRTFOutputFormat.This class was final before 2.3.29.
- Since:
- 2.3.24
-
-
Field Summary
-
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTemplateRTFOutputModel(java.lang.String plainTextContent, java.lang.String markupContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RTFOutputFormatgetOutputFormat()Returns the singletonOutputFormatobject that implements the operations for the "markup output" value.-
Methods inherited from class freemarker.core.CommonTemplateMarkupOutputModel
toString
-
-
-
-
Method Detail
-
getOutputFormat
public RTFOutputFormat getOutputFormat()
Description copied from interface:TemplateMarkupOutputModelReturns the singletonOutputFormatobject that implements the operations for the "markup output" value.- Specified by:
getOutputFormatin interfaceTemplateMarkupOutputModel<TemplateRTFOutputModel>- Specified by:
getOutputFormatin classCommonTemplateMarkupOutputModel<TemplateRTFOutputModel>
-
-