Package com.lowagie.text.pdf
Class PdfPages
java.lang.Object
com.lowagie.text.pdf.PdfPages
Deprecated.
PdfPages is the PDF Pages-object.
The Pages of a document are accessible through a tree of nodes known as the Pages tree. This tree defines the
ordering of the pages in the document.
This object is described in the 'Portable Document Format Reference Manual
version 1.3' section 6.3 (page 71-73)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intDeprecated.private final ArrayList<PdfIndirectReference>Deprecated.private final ArrayList<PdfIndirectReference>Deprecated.private PdfIndirectReferenceDeprecated.private final PdfWriterDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddPage(PdfDictionary page) Deprecated.(package private) PdfIndirectReferenceaddPageRef(PdfIndirectReference pageRef) Deprecated.(package private) intreorderPages(int[] order) Deprecated.(package private) voidsetLinearMode(PdfIndirectReference topParent) Deprecated.(package private) PdfIndirectReferenceDeprecated.
-
Field Details
-
pages
Deprecated. -
parents
Deprecated. -
writer
Deprecated. -
leafSize
private int leafSizeDeprecated. -
topParent
Deprecated.
-
-
Constructor Details
-
PdfPages
PdfPages(PdfWriter writer) Deprecated.Constructs aPdfPages-object.
-
-
Method Details
-
addPage
Deprecated. -
addPageRef
Deprecated. -
writePageTree
Deprecated.- Throws:
IOException
-
setLinearMode
Deprecated. -
reorderPages
Deprecated.- Throws:
DocumentException
-