org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfTemplate
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTemplate
public class RtfTemplate
extends java.lang.Object
Singelton of the RTF style template
This class belongs to the tag processing.
getInstance
public static RtfTemplate getInstance()
Singelton.
- The instance of RtfTemplate
setTemplateFilePath
public void setTemplateFilePath(String templateFilePath)
throws IOException
Set the template file and adjust tha path separator
templateFilePath
- The full path of the template
writeTemplate
public void writeTemplate(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader header)
throws IOException
Write the rtf template
header
- Rtf header is the parent
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.