|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.module.itext.ITextUtil
A set of util methods for the iText framework
| Constructor Summary | |
ITextUtil()
|
|
| Method Summary | |
static com.lowagie.text.Rectangle |
getDefaultPageSize()
Set the default page size for the document depending the user's country. |
static String |
getPageSize(com.lowagie.text.Rectangle rect)
Return a page size as String. |
static boolean |
isPageSizeSupported(String aPageSize)
Return true if the page size is supported by PageSize class, false otherwise |
static void |
writeHtml(InputStream is,
OutputStream os)
Parse an iText XML from the specified InputStream, writing an html document
specified OutputStream. |
static void |
writePdf(InputStream is,
OutputStream os)
Parse an iText XML from the specified InputStream, writing an Pdf document
specified OutputStream. |
static void |
writeRtf(InputStream is,
OutputStream os)
Parse an iText XML from the specified InputStream, writing an rtf document
specified OutputStream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ITextUtil()
| Method Detail |
public static com.lowagie.text.Rectangle getDefaultPageSize()
PageSizepublic static String getPageSize(com.lowagie.text.Rectangle rect)
rect - a Rectangle
PageSizepublic static boolean isPageSizeSupported(String aPageSize)
PageSize class, false otherwise
aPageSize - a page size
PageSize
public static void writePdf(InputStream is,
OutputStream os)
InputStream, writing an Pdf document
specified OutputStream.
is - the InputStream from which the XML is read.os - the OutputStream to which the result as Pdf is written.
RuntimeException - if anyXmlToPdf
public static void writeRtf(InputStream is,
OutputStream os)
InputStream, writing an rtf document
specified OutputStream.
is - the InputStream from which the XML is read.os - the OutputStream to which the result as RTF is written.
RuntimeException - if anyXmlToRtf
public static void writeHtml(InputStream is,
OutputStream os)
InputStream, writing an html document
specified OutputStream.
is - the InputStream from which the XML is read.os - the OutputStream to which the result as Html is written.
RuntimeException - if anyXmlToHtml
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||