com.lowagie.text.pdf

Class PdfCopy.PageStamp

public static class PdfCopy.PageStamp extends Object

Field Summary
PdfCopycstp
PdfCopy.StampContentover
PdfDictionarypageN
PageResourcespageResources
PdfReaderreader
PdfCopy.StampContentunder
Constructor Summary
PageStamp(PdfReader reader, PdfDictionary pageN, PdfCopy cstp)
Method Summary
voidaddAnnotation(PdfAnnotation annot)
voidaddDocumentField(PdfIndirectReference ref)
voidalterContents()
voidapplyRotation(PdfDictionary pageN, ByteBuffer out)
voidexpandFields(PdfFormField field, ArrayList allAnnots)
PdfContentBytegetOverContent()
PdfContentBytegetUnderContent()

Field Detail

cstp

PdfCopy cstp

over

PdfCopy.StampContent over

pageN

PdfDictionary pageN

pageResources

PageResources pageResources

reader

PdfReader reader

under

PdfCopy.StampContent under

Constructor Detail

PageStamp

PageStamp(PdfReader reader, PdfDictionary pageN, PdfCopy cstp)

Method Detail

addAnnotation

public void addAnnotation(PdfAnnotation annot)

addDocumentField

private void addDocumentField(PdfIndirectReference ref)

alterContents

public void alterContents()

applyRotation

void applyRotation(PdfDictionary pageN, ByteBuffer out)

expandFields

private void expandFields(PdfFormField field, ArrayList allAnnots)

getOverContent

public PdfContentByte getOverContent()

getUnderContent

public PdfContentByte getUnderContent()