|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfException | |
---|---|
com.lowagie.text.pdf |
Uses of PdfException in com.lowagie.text.pdf |
---|
Subclasses of PdfException in com.lowagie.text.pdf | |
---|---|
class |
BadPdfFormatException
Signals that a bad PDF format has been used to construct a PdfObject . |
Methods in com.lowagie.text.pdf that throw PdfException | |
---|---|
protected PdfIndirectReference |
PdfWriter.add(com.lowagie.text.pdf.PdfICCBased icc)
|
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 |
PdfStamperImp.setAdditionalAction(PdfName actionType,
PdfAction action)
Additional-actions defining the actions to be taken in response to various trigger events affecting the document as a whole. |
void |
PdfWriter.setAdditionalAction(PdfName actionType,
PdfAction action)
Additional-actions defining the actions to be taken in response to various trigger events affecting the document as a whole. |
void |
PdfStamperImp.setPageAction(PdfName actionType,
PdfAction action)
Always throws an UnsupportedOperationException . |
void |
PdfWriter.setPageAction(PdfName actionType,
PdfAction action)
Sets the open and close page additional action. |
void |
PdfStamper.setPageAction(PdfName actionType,
PdfAction action,
int page)
Sets the open and close page additional action. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |