Class StampContent
java.lang.Object
com.aowagie.text.pdf.PdfContentByte
com.aowagie.text.pdf.StampContent
-
Nested Class Summary
Nested classes/interfaces inherited from class PdfContentByte
PdfContentByte.GraphicState -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PageResourcesprivate final PdfStamperImp.PageStampFields inherited from class PdfContentByte
ALIGN_CENTER, ALIGN_LEFT, content, LINE_CAP_BUTT, pdf, separator, state, TEXT_RENDER_MODE_FILL, TEXT_RENDER_MODE_FILL_STROKE, TEXT_RENDER_MODE_STROKE, writer -
Constructor Summary
ConstructorsConstructorDescriptionStampContent(PdfStamperImp stamper, PdfStamperImp.PageStamp ps) Creates a new instance of StampContent -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddAnnotation(PdfAnnotation annot) Gets a duplicate of thisPdfContentByte.(package private) PageResourcesvoidImplements an action in an area.Methods inherited from class PdfContentByte
add, addImage, addImage, addImage, addTemplate, addTemplate, addTemplateReference, arc, beginText, bezierArc, checkWriter, clip, closePath, closePathEoFillStroke, closePathFillStroke, closePathStroke, concatCTM, createPattern, createTemplate, curveTo, curveTo, drawButton, drawRadioField, drawTextField, endText, eoClip, eoFill, escapeString, fill, getCharacterSpacing, getHorizontalScaling, getInternalBuffer, getLeading, getPdfDocument, getPdfWriter, getRootOutline, getWordSpacing, getXTLM, getYTLM, lineTo, moveText, moveTo, newPath, rectangle, rectangle, reset, resetCMYKColorFill, resetCMYKColorStroke, resetGrayFill, resetGrayStroke, resetRGBColorFill, resetRGBColorStroke, restoreState, roundRectangle, saveState, setCharacterSpacing, setCMYKColorFill, setCMYKColorFillF, setCMYKColorStroke, setCMYKColorStrokeF, setColorFill, setColorFill, setColorStroke, setColorStroke, setFlatness, setFontAndSize, setGrayFill, setGrayStroke, setGState, setHorizontalScaling, setLeading, setLineCap, setLineDash, setLineDash, setLineDash, setLineJoin, setLineWidth, setLiteral, setLiteral, setLiteral, setMiterLimit, setPatternFill, setPatternFill, setPatternStroke, setPatternStroke, setRGBColorFill, setRGBColorFillF, setRGBColorStroke, setRGBColorStrokeF, setShadingFill, setShadingStroke, setTextMatrix, setTextMatrix, setTextRenderingMode, setTextRise, setWordSpacing, showText, showText, showTextAligned, size, stroke, toPdf, toString
-
Field Details
-
ps
-
pageResources
-
-
Constructor Details
-
StampContent
StampContent(PdfStamperImp stamper, PdfStamperImp.PageStamp ps) Creates a new instance of StampContent
-
-
Method Details
-
setAction
Description copied from class:PdfContentByteImplements an action in an area.- Overrides:
setActionin classPdfContentByte- Parameters:
action- thePdfActionllx- the lower left x corner of the activation areally- the lower left y corner of the activation areaurx- the upper right x corner of the activation areaury- the upper right y corner of the activation area
-
getDuplicate
Gets a duplicate of thisPdfContentByte. All the members are copied by reference but the buffer stays different.- Overrides:
getDuplicatein classPdfContentByte- Returns:
- a copy of this
PdfContentByte
-
getPageResources
PageResources getPageResources()- Overrides:
getPageResourcesin classPdfContentByte
-
addAnnotation
- Overrides:
addAnnotationin classPdfContentByte
-