Package com.aowagie.text.pdf
Class PdfCopy.PageStamp
- java.lang.Object
-
- com.aowagie.text.pdf.PdfCopy.PageStamp
-
- Enclosing class:
- PdfCopy
private static class PdfCopy.PageStamp extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private PdfCopy
cstp
private PdfCopy.StampContent
over
private PdfDictionary
pageN
private PageResources
pageResources
private PdfReader
reader
private PdfCopy.StampContent
under
-
Constructor Summary
Constructors Modifier Constructor Description private
PageStamp(PdfReader reader, PdfDictionary pageN, PdfCopy cstp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAnnotation(PdfAnnotation annot)
private void
addDocumentField(PdfIndirectReference ref)
private void
applyRotation(PdfDictionary pageN, ByteBuffer out)
private void
expandFields(PdfFormField field, java.util.ArrayList allAnnots)
PdfContentByte
getOverContent()
PdfContentByte
getUnderContent()
-
-
-
Field Detail
-
pageN
private final PdfDictionary pageN
-
under
private PdfCopy.StampContent under
-
over
private PdfCopy.StampContent over
-
pageResources
private PageResources pageResources
-
reader
private final PdfReader reader
-
cstp
private final PdfCopy cstp
-
-
Constructor Detail
-
PageStamp
private PageStamp(PdfReader reader, PdfDictionary pageN, PdfCopy cstp)
-
-
Method Detail
-
getUnderContent
public PdfContentByte getUnderContent()
-
getOverContent
public PdfContentByte getOverContent()
-
applyRotation
private void applyRotation(PdfDictionary pageN, ByteBuffer out)
-
addDocumentField
private void addDocumentField(PdfIndirectReference ref)
-
expandFields
private void expandFields(PdfFormField field, java.util.ArrayList allAnnots)
-
addAnnotation
public void addAnnotation(PdfAnnotation annot)
-
-