|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfTemplate
public final class RtfTemplate
Singelton of the RTF style template This class belongs to the jfor:style-template tag processing.
Method Summary | |
---|---|
static RtfTemplate |
getInstance()
Singelton. |
void |
setTemplateFilePath(java.lang.String templateFilePath)
Set the template file and adjust tha path separator |
void |
writeTemplate(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader header)
Write the rtf template |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RtfTemplate getInstance()
public void setTemplateFilePath(java.lang.String templateFilePath) throws java.io.IOException
templateFilePath
- The full path of the template
java.io.IOException
- for I/O problemspublic void writeTemplate(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader header) throws java.io.IOException
header
- Rtf header is the parent
java.io.IOException
- On write error
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |