com.lowagie.text.pdf

Class StampContent

public class StampContent extends PdfContentByte

Field Summary
PageResourcespageResources
PdfStamperImp.PageStampps
Constructor Summary
StampContent(PdfStamperImp stamper, PdfStamperImp.PageStamp ps)
Creates a new instance of StampContent
Method Summary
voidaddAnnotation(PdfAnnotation annot)
PdfContentBytegetDuplicate()
Gets a duplicate of this PdfContentByte.
PageResourcesgetPageResources()
voidsetAction(PdfAction action, float llx, float lly, float urx, float ury)

Field Detail

pageResources

PageResources pageResources

ps

PdfStamperImp.PageStamp ps

Constructor Detail

StampContent

StampContent(PdfStamperImp stamper, PdfStamperImp.PageStamp ps)
Creates a new instance of StampContent

Method Detail

addAnnotation

void addAnnotation(PdfAnnotation annot)

getDuplicate

public PdfContentByte getDuplicate()
Gets a duplicate of this PdfContentByte. All the members are copied by reference but the buffer stays different.

Returns: a copy of this PdfContentByte

getPageResources

PageResources getPageResources()

setAction

public void setAction(PdfAction action, float llx, float lly, float urx, float ury)