com.lowagie.text.pdf
public class PdfImportedPage extends PdfTemplate
| Field Summary | |
|---|---|
| int | pageNumber |
| PdfReaderInstance | readerInstance |
| Constructor Summary | |
|---|---|
| PdfImportedPage(PdfReaderInstance readerInstance, PdfWriter writer, int pageNumber) | |
| Method Summary | |
|---|---|
| void | addImage(Image image, float a, float b, float c, float d, float e, float f) Always throws an error. |
| void | addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f) Always throws an error. |
| PdfContentByte | getDuplicate() Always throws an error. |
| PdfStream | getFormXObject(int compressionLevel)
Gets the stream representing this page.
|
| PdfImportedPage | getFromReader() Reads the content from this PdfImportedPage-object from a reader.
|
| int | getPageNumber() |
| PdfReaderInstance | getPdfReaderInstance() |
| PdfObject | getResources() |
| void | setColorFill(PdfSpotColor sp, float tint) |
| void | setColorStroke(PdfSpotColor sp, float tint) |
| void | setFontAndSize(BaseFont bf, float size) Always throws an error. |
| void | throwError() |
Parameters: image dummy a dummy b dummy c dummy d dummy e dummy f dummy
Throws: DocumentException dummy
Parameters: template dummy a dummy b dummy c dummy d dummy e dummy f dummy
Returns: dummy
Parameters: compressionLevel the compressionLevel
Returns: the stream representing this page
Since: 2.1.3 (replacing the method without param compressionLevel)
PdfImportedPage-object from a reader.
Returns: self
Parameters: bf dummy size dummy