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 PdfCopycstpprivate PdfCopy.StampContentoverprivate PdfDictionarypageNprivate PageResourcespageResourcesprivate PdfReaderreaderprivate PdfCopy.StampContentunder
-
Constructor Summary
Constructors Modifier Constructor Description privatePageStamp(PdfReader reader, PdfDictionary pageN, PdfCopy cstp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAnnotation(PdfAnnotation annot)private voidaddDocumentField(PdfIndirectReference ref)private voidapplyRotation(PdfDictionary pageN, ByteBuffer out)private voidexpandFields(PdfFormField field, java.util.ArrayList allAnnots)PdfContentBytegetOverContent()PdfContentBytegetUnderContent()
-
-
-
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)
-
-