Uses of Class
com.lowagie.text.DocumentException

Packages that use DocumentException
at.knowcenter.wag.egov.egiz.pdf   
at.knowcenter.wag.egov.egiz.test   
com.lowagie.text   
com.lowagie.text.html   
com.lowagie.text.html.simpleparser   
com.lowagie.text.pdf   
com.lowagie.text.pdf.codec.postscript   
com.lowagie.text.pdf.codec.wmf   
com.lowagie.text.pdf.events   
com.lowagie.text.rtf   
com.lowagie.text.rtf.document   
com.lowagie.text.rtf.graphic   
com.lowagie.text.xml   
 

Uses of DocumentException in at.knowcenter.wag.egov.egiz.pdf
 

Methods in at.knowcenter.wag.egov.egiz.pdf that throw DocumentException
static byte[] TextualSignature.normalizePDF(InputStream input_pdf)
          Normalizes a given binary PDF to a version PDFbox can handle correctly.
 

Uses of DocumentException in at.knowcenter.wag.egov.egiz.test
 

Methods in at.knowcenter.wag.egov.egiz.test that throw DocumentException
 void BinSig.action()
           
static void BinSig.main(String[] args)
           
 

Uses of DocumentException in com.lowagie.text
 

Subclasses of DocumentException in com.lowagie.text
 class BadElementException
          Signals an attempt to create an Element that hasn't got the right form.
 

Methods in com.lowagie.text that throw DocumentException
 boolean Document.add(Element element)
          Adds an Element to the Document.
 boolean DocWriter.add(Element element)
          Signals that an Element was added to the Document.
 boolean ElementListener.add(Element element)
          Signals that an Element was added to the Document.
 void DocListener.clearTextWrap()
          Clears text wrapping around images (if applicable).
 void Document.clearTextWrap()
           
 void DocWriter.clearTextWrap()
           
 PdfPTable SimpleTable.createPdfPTable()
          Creates a PdfPTable object based on this TableAttributes object.
 void Image.makeMask()
          Make this Image a mask.
 boolean DocListener.newPage()
          Signals that an new page has to be started.
 boolean Document.newPage()
          Signals that an new page has to be started.
 boolean DocWriter.newPage()
          Signals that an new page has to be started.
 void ImgPostscript.readPostscript(PdfTemplate template)
          Reads the Postscript into a template.
 void ImgWMF.readWMF(PdfTemplate template)
          Reads the WMF into a template.
 void Image.setImageMask(Image mask)
          Sets the explicit masking.
 void Table.setWidths(int[] widths)
          Sets the widths of the different columns (percentages).
 

Uses of DocumentException in com.lowagie.text.html
 

Methods in com.lowagie.text.html that throw DocumentException
 boolean HtmlWriter.add(Element element)
          Signals that an Element was added to the Document.
 boolean HtmlWriter.add(String string)
          Signals that a String was added to the Document.
 boolean HtmlWriter.newPage()
          Signals that an new page has to be started.
 

Constructors in com.lowagie.text.html that throw DocumentException
SAXmyHtmlHandler(DocListener document)
          Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
SAXmyHtmlHandler(DocListener document, BaseFont bf)
          Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
SAXmyHtmlHandler(DocListener document, HashMap htmlTags)
          Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
 

Uses of DocumentException in com.lowagie.text.html.simpleparser
 

Methods in com.lowagie.text.html.simpleparser that throw DocumentException
 boolean HTMLWorker.add(Element element)
           
 void HTMLWorker.clearTextWrap()
           
 boolean HTMLWorker.newPage()
           
 

Uses of DocumentException in com.lowagie.text.pdf
 

Subclasses of DocumentException in com.lowagie.text.pdf
 class BadPdfFormatException
          Signals that a bad PDF format has been used to construct a PdfObject.
 class PdfException
          Signals that an unspecified problem while constructing a PDF document.
 

Methods in com.lowagie.text.pdf that throw DocumentException
 PdfName PdfWriter.addDirectImageSimple(Image image)
          Adds an image to the document but not to the page resources.
 PdfName PdfWriter.addDirectImageSimple(Image image, PdfIndirectReference fixedRef)
          Adds an image to the document but not to the page resources.
 void PdfCopyFields.addDocument(PdfReader reader)
          Concatenates a PDF document.
 void PdfCopyFields.addDocument(PdfReader reader, List pagesToKeep)
          Concatenates a PDF document selecting the pages to keep.
 void PdfCopyFields.addDocument(PdfReader reader, String ranges)
          Concatenates a PDF document selecting the pages to keep.
 void MultiColumnText.addElement(Element element)
          Add an element to be rendered in a column.
 void PdfContentByte.addImage(Image image)
          Adds an Image to the page.
 void PdfContentByte.addImage(Image image, boolean inlineImage)
          Adds an Image to the page.
 void PdfContentByte.addImage(Image image, float a, float b, float c, float d, float e, float f)
          Adds an Image to the page.
 void PdfImportedPage.addImage(Image image, float a, float b, float c, float d, float e, float f)
          Always throws an error.
 void PdfPatternPainter.addImage(Image image, float a, float b, float c, float d, float e, float f)
           
 void PdfContentByte.addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
          Adds an Image to the page.
 void Type3Glyph.addImage(Image image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
           
 boolean PdfWriter.breakTableIfDoesntFit(PdfTable table)
          Row additions to the original Table used to build the PdfTable are processed and pre-rendered, and then the contents are deleted.
 void PdfStamper.close()
          Closes the document.
 void PdfSignatureAppearance.close(PdfDictionary update)
          This is the last method to be called when using external signatures.
static BaseFont BaseFont.createFont(String name, String encoding, boolean embedded)
          Creates a new font.
static BaseFont BaseFont.createFont(String name, String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb)
          Creates a new font.
static PdfStamper PdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion)
          Applies a digital signature to a document.
static PdfStamper PdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile)
          Applies a digital signature to a document.
static PdfStamper PdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, boolean append)
          Applies a digital signature to a document, possibly as a new revision, making possible multiple signatures.
static void PdfEncryptor.encrypt(PdfReader reader, OutputStream os, boolean strength, String userPassword, String ownerPassword, int permissions)
          Entry point to encrypt a PDF document.
static void PdfEncryptor.encrypt(PdfReader reader, OutputStream os, boolean strength, String userPassword, String ownerPassword, int permissions, HashMap newInfo)
          Entry point to encrypt a PDF document.
static void PdfEncryptor.encrypt(PdfReader reader, OutputStream os, byte[] userPassword, byte[] ownerPassword, int permissions, boolean strength128Bits)
          Entry point to encrypt a PDF document.
static void PdfEncryptor.encrypt(PdfReader reader, OutputStream os, byte[] userPassword, byte[] ownerPassword, int permissions, boolean strength128Bits, HashMap newInfo)
          Entry point to encrypt a PDF document.
static String[] BaseFont.enumerateTTCNames(byte[] ttcArray)
          Enumerates the postscript font names present inside a True Type Collection.
static String[] BaseFont.enumerateTTCNames(String ttcFile)
          Enumerates the postscript font names present inside a True Type Collection.
static Object[] BaseFont.getAllFontNames(String name, String encoding, byte[] ttfAfm)
          Gets all the names from the font.
 PdfTemplate PdfSignatureAppearance.getAppearance()
          Gets the main appearance layer.
 PdfAppearance PushbuttonField.getAppearance()
          Gets the button appearance.
 PdfAppearance TextField.getAppearance()
           
 PdfAppearance RadioCheckField.getAppearance(boolean isRadio, boolean on)
          Gets the field appearance.
protected  PdfAppearance BaseField.getBorderAppearance()
           
 PdfFormField RadioCheckField.getCheckField()
          Gets the check field.
protected  PdfFormField TextField.getChoiceField(boolean isList)
           
 PdfFormField TextField.getComboField()
          Gets a new combo field.
 PdfFormField PushbuttonField.getField()
          Gets the pushbutton field.
protected  PdfFormField RadioCheckField.getField(boolean isRadio)
          Gets a radio or check field.
static String[][] BaseFont.getFullFontName(String name, String encoding, byte[] ttfAfm)
          Gets the full name of the font.
static PdfWriter PdfWriter.getInstance(Document document, OutputStream os)
          Gets an instance of the PdfWriter.
static PdfWriter PdfWriter.getInstance(Document document, OutputStream os, DocListener listener)
          Gets an instance of the PdfWriter.
 PdfFormField TextField.getListField()
          Gets a new list field.
 PdfFormField RadioCheckField.getRadioField()
          Gets the radio field.
protected  BaseFont BaseField.getRealFont()
           
 PdfFormField TextField.getTextField()
          Gets a new text field.
 int ColumnText.go()
          Outputs the lines to the document.
 int VerticalText.go()
          Outputs the lines to the document.
 int ColumnText.go(boolean simulate)
          Outputs the lines to the document.
 int VerticalText.go(boolean simulate)
          Outputs the lines to the document.
protected  int ColumnText.goComposite(boolean simulate)
           
 void MultiColumnText.nextColumn()
          Moves the text insertion point to the beginning of the next column, issuing a page break if needed.
 void PdfSignatureAppearance.preClose()
          This is the first method to be called when using external signatures.
 void PdfSignatureAppearance.preClose(HashMap exclusionSizes)
          This is the first method to be called when using external signatures.
 int PdfWriter.reorderPages(int[] order)
          Reorder the pages in the document.
 void PdfCopyFields.setEncryption(boolean strength, String userPassword, String ownerPassword, int permissions)
          Sets the encryption options for this document.
 void PdfStamper.setEncryption(boolean strength, String userPassword, String ownerPassword, int permissions)
          Sets the encryption options for this document.
 void PdfWriter.setEncryption(boolean strength, String userPassword, String ownerPassword, int permissions)
          Sets the encryption options for this document.
 void PdfCopyFields.setEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, boolean strength128Bits)
          Sets the encryption options for this document.
 void PdfStamper.setEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, boolean strength128Bits)
          Sets the encryption options for this document.
 void PdfWriter.setEncryption(byte[] userPassword, byte[] ownerPassword, int permissions, boolean strength128Bits)
          Sets the encryption options for this document.
 boolean AcroFields.setField(String name, String value)
          Sets the field value.
 boolean AcroFields.setField(String name, String value, String display)
          Sets the field value and the display string.
 void AcroFields.setFields(FdfReader fdf)
          Sets the fields by FDF merging.
 void AcroFields.setFields(XfdfReader xfdf)
          Sets the fields by XFDF merging.
 void PdfWriter.setThumbnail(Image image)
          Sets the the thumbnail image for the current page.
 void PdfStamper.setThumbnail(Image image, int page)
          Sets the thumbnail image for a page.
 void PdfPTable.setTotalWidth(float[] columnWidth)
          Sets the full width of the table from the absolute column width.
 void PdfWriter.setUserunit(float userunit)
          A UserUnit is a value that defines the default user space unit.
 void PdfPTable.setWidthPercentage(float[] columnWidth, Rectangle pageSize)
          Sets the percentage width of the table from the absolute column width.
 void PdfPTable.setWidths(float[] relativeWidths)
          Sets the relative widths of the table.
 void PdfPTable.setWidths(int[] relativeWidths)
          Sets the relative widths of the table.
 float MultiColumnText.write(PdfContentByte canvas, com.lowagie.text.pdf.PdfDocument document, float documentY)
          Write out the columns.
 void FdfWriter.writeTo(OutputStream os)
          Writes the content to a stream.
 

Constructors in com.lowagie.text.pdf that throw DocumentException
PdfCopy(Document document, OutputStream os)
          Constructor
PdfCopyFields(OutputStream os)
          Creates a new instance.
PdfCopyFields(OutputStream os, char pdfVersion)
          Creates a new instance.
PdfStamper(PdfReader reader, OutputStream os)
          Starts the process of adding extra content to an existing PDF document.
PdfStamper(PdfReader reader, OutputStream os, char pdfVersion)
          Starts the process of adding extra content to an existing PDF document.
PdfStamper(PdfReader reader, OutputStream os, char pdfVersion, boolean append)
          Starts the process of adding extra content to an existing PDF document, possibly as a new revision.
 

Uses of DocumentException in com.lowagie.text.pdf.codec.postscript
 

Methods in com.lowagie.text.pdf.codec.postscript that throw DocumentException
 void MetaDoPS.readAll()
           
 

Uses of DocumentException in com.lowagie.text.pdf.codec.wmf
 

Methods in com.lowagie.text.pdf.codec.wmf that throw DocumentException
 void MetaDo.readAll()
           
 

Uses of DocumentException in com.lowagie.text.pdf.events
 

Constructors in com.lowagie.text.pdf.events that throw DocumentException
FieldPositioningEvents(PdfWriter writer, PdfFormField parent, String text)
          Creates a new event.
FieldPositioningEvents(PdfWriter writer, String text)
          Creates a new event.
 

Uses of DocumentException in com.lowagie.text.rtf
 

Methods in com.lowagie.text.rtf that throw DocumentException
 boolean RtfWriter.add(Element element)
          Deprecated. Signals that an Element was added to the Document.
 boolean RtfWriter2.add(Element element)
          Adds an Element to the Document
protected  boolean RtfWriter.addElement(Element element, ByteArrayOutputStream out)
          Deprecated. Adds an Element to the Document.
 RtfBasicElement RtfMapper.mapElement(Element element)
          Takes an Element subclass and returns the correct RtfBasicElement subclass, that wraps the Element subclass.
 boolean RtfWriter.newPage()
          Deprecated. Tells the RtfWriter that a new page is to be begun.
 void RtfWriter2.setDataCacheStyle(int dataCacheStyle)
          Sets the rtf data cache style to use.
 boolean RtfCell.writeCellContent(ByteArrayOutputStream os)
          Deprecated. Write the content of the RtfCell.
 boolean RtfCell.writeCellSettings(ByteArrayOutputStream os)
          Deprecated. Write the properties of the RtfCell.
 boolean RtfRow.writeRow(ByteArrayOutputStream os, int rowNum, Table table)
          Deprecated. Write the RtfRow to the specified OutputStream.
 boolean RtfTable.writeTable(ByteArrayOutputStream os)
          Deprecated. Output the content of the RtfTable to an OutputStream.
 

Uses of DocumentException in com.lowagie.text.rtf.document
 

Methods in com.lowagie.text.rtf.document that throw DocumentException
 void RtfDocument.setDataCacheStyle(int dataCacheStyle)
          Sets the rtf data cache style to use.
 

Uses of DocumentException in com.lowagie.text.rtf.graphic
 

Constructors in com.lowagie.text.rtf.graphic that throw DocumentException
RtfImage(RtfDocument doc, Image image)
          Constructs a RtfImage for an Image.
 

Uses of DocumentException in com.lowagie.text.xml
 

Methods in com.lowagie.text.xml that throw DocumentException
 boolean XmlWriter.add(Element element)
          Signals that an Element was added to the Document.
protected  void XmlToHtml.addWriter(Document doc, OutputStream out)
          Add a DocWriter for the specified Document and OutputStream.
protected  void XmlToPdf.addWriter(Document doc, OutputStream out)
          Add a DocWriter for the specified Document and OutputStream.
protected  void XmlToRtf.addWriter(Document doc, OutputStream out)
          Add a DocWriter for the specified Document and OutputStream.
protected abstract  void XmlToXXX.addWriter(Document doc, OutputStream out)
          Add a DocWriter for the specified Document and OutputStream.
 boolean XmlWriter.newPage()
          Signals that an new page has to be LTed.
 void XmlToXXX.parse(InputStream in, OutputStream out)
          Parse the XML from the specified InputStream, writing to the specified OutputStream.
 

Constructors in com.lowagie.text.xml that throw DocumentException
SAXmyHandler(DocListener document, HashMap myTags)
          Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.