- java.lang.Object
-
- com.lowagie.text.pdf.PdfCopy.PageStamp
-
-
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 IOException- Throws:
IOException
-
addAnnotation
public void addAnnotation(PdfAnnotation annot)
-
-