(package private) PdfIndirectReference |
PdfCopy.add(PdfPage page,
PdfContents contents) |
|
protected void |
PdfDocument.add(Image image) |
Adds an image to the document.
|
(package private) PdfIndirectReference |
PdfWriter.add(PdfImage pdfImage,
PdfIndirectReference fixedRef) |
Writes a PdfImage to the outputstream.
|
(package private) PdfIndirectReference |
PdfWriter.add(PdfPage page,
PdfContents contents) |
Adds some PdfContents to this Writer.
|
PdfName |
PdfWriter.addDirectImageSimple(Image image) |
Use this method to 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 |
PdfStamper.setPageAction(PdfName actionType,
PdfAction action,
int page) |
Sets the open and close page additional action.
|
void |
PdfStamperImp.setPageAction(PdfName actionType,
PdfAction action) |
Always throws an UnsupportedOperationException .
|
(package private) void |
PdfStamperImp.setPageAction(PdfName actionType,
PdfAction action,
int page) |
Sets the open and close page additional action.
|
(package private) void |
PdfDocument.setThumbnail(Image image) |
|
void |
PdfStamper.setThumbnail(Image image,
int page) |
Sets the thumbnail image for a page.
|
(package private) void |
PdfStamperImp.setThumbnail(Image image,
int page) |
|
void |
PdfWriter.setThumbnail(Image image) |
Use this method to set the thumbnail image for the current page.
|