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 COSStreamprivate final PDRectangleprivate final COSDictionaryprivate int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateLayoutPage(PDRectangle mediaBox, COSStream contentStream, COSDictionary resources, int rotation) -
Method Summary
-
Field Details
-
overlayMediaBox
-
overlayCOSStream
-
overlayResources
-
overlayRotation
private int overlayRotation
-
-
Constructor Details
-
LayoutPage
private LayoutPage(PDRectangle mediaBox, COSStream contentStream, COSDictionary resources, int rotation)
-