- java.lang.Object
-
- com.itextpdf.text.pdf.PdfCopy.PageStamp
-
- Enclosing class:
- PdfCopy
public static class PdfCopy.PageStamp extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAnnotation(PdfAnnotation annot)voidalterContents()PdfContentBytegetOverContent()PdfContentBytegetUnderContent()
-
-
-
Method Detail
-
getUnderContent
public PdfContentByte getUnderContent()
-
getOverContent
public PdfContentByte getOverContent()
-
alterContents
public void alterContents() throws java.io.IOException- Throws:
java.io.IOException
-
addAnnotation
public void addAnnotation(PdfAnnotation annot)
-
-