Class DefaultRtfRenderer
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.apache.maven.doxia.docrenderer.itext.AbstractITextRender
-
- org.apache.maven.doxia.docrenderer.itext.DefaultRtfRenderer
-
- All Implemented Interfaces:
DocRenderer,RtfRenderer,org.codehaus.plexus.logging.LogEnabled
@Component(role=RtfRenderer.class, hint="itext.rtf") public class DefaultRtfRenderer extends AbstractITextRender implements RtfRenderer
Deprecated.since 1.1, useITextPdfRenderer.RTF render with theiTextframework- Version:
- $Id: DefaultRtfRenderer.java 1345598 2012-06-02 22:26:49Z hboutemy $
- Author:
- Vincent Siveton
-
-
Field Summary
-
Fields inherited from class org.apache.maven.doxia.docrenderer.itext.AbstractITextRender
doxia, parserModuleManager
-
Fields inherited from interface org.apache.maven.doxia.docrenderer.DocRenderer
ROLE
-
Fields inherited from interface org.apache.maven.doxia.docrenderer.itext.RtfRenderer
ROLE
-
-
Constructor Summary
Constructors Constructor Description DefaultRtfRenderer()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidgenerateOutput(java.io.File iTextFile, java.io.File iTextOutput)Deprecated.Generate an ouput file with the iText frameworkjava.lang.StringgetOutputExtension()Deprecated.Get the output extension supported-
Methods inherited from class org.apache.maven.doxia.docrenderer.itext.AbstractITextRender
render, render
-
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.maven.doxia.docrenderer.DocRenderer
render, render
-
-
-
-
Method Detail
-
getOutputExtension
public java.lang.String getOutputExtension()
Deprecated.Get the output extension supported- Specified by:
getOutputExtensionin interfaceDocRenderer- Returns:
- the ouput extension supported
-
generateOutput
public void generateOutput(java.io.File iTextFile, java.io.File iTextOutput) throws DocumentRendererException, java.io.IOExceptionDeprecated.Generate an ouput file with the iText framework- Specified by:
generateOutputin classAbstractITextRender- Throws:
DocumentRendererException- if anyjava.io.IOException- if any
-
-