|
||||||||||
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
public class 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 java.lang.String |
getPageSize(com.lowagie.text.Rectangle rect)
Return a page size as String. |
static boolean |
isPageSizeSupported(java.lang.String aPageSize)
Return true if the page size is supported by PageSize class, false otherwise. |
static void |
writeHtml(java.io.InputStream is,
java.io.OutputStream os)
Parse an iText XML from the specified InputStream , writing an html document
specified OutputStream . |
static void |
writePdf(java.io.InputStream is,
java.io.OutputStream os)
Parse an iText XML from the specified InputStream , writing an Pdf document
specified OutputStream . |
static void |
writeRtf(java.io.InputStream is,
java.io.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()
PageSize
public static java.lang.String getPageSize(com.lowagie.text.Rectangle rect)
rect
- a Rectangle defined in PageSize
.
PageSize
public static boolean isPageSizeSupported(java.lang.String aPageSize)
true
if the page size is supported by PageSize
class, false
otherwise.
aPageSize
- a page size
true
if the page size is supported, false
otherwisePageSize
public static void writePdf(java.io.InputStream is, java.io.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.XmlToPdf
public static void writeRtf(java.io.InputStream is, java.io.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.XmlToRtf
public static void writeHtml(java.io.InputStream is, java.io.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.XmlToHtml
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |