Package org.apache.pdfbox.multipdf
Class Overlay.LayoutPage
java.lang.Object
org.apache.pdfbox.multipdf.Overlay.LayoutPage
- Enclosing class:
- Overlay
Stores the overlay page information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final COSStream
private final PDRectangle
private final COSDictionary
private final short
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
LayoutPage
(PDRectangle mediaBox, COSStream contentStream, COSDictionary resources, short rotation) -
Method Summary
-
Field Details
-
overlayMediaBox
-
overlayContentStream
-
overlayResources
-
overlayRotation
private final short overlayRotation
-
-
Constructor Details
-
LayoutPage
private LayoutPage(PDRectangle mediaBox, COSStream contentStream, COSDictionary resources, short rotation)
-