public final class PdfImportedPage extends PdfTemplate
bBox, group, layer, matrix, pageResources, thisReference, type, TYPE_PATTERNcontent, LINE_CAP_BUTT, pdf, separator, state, writer| Modifier and Type | Method and Description |
|---|---|
void |
addImage(Image image,
float a,
float b,
float c,
float d,
float e,
float f)
Always throws an error.
|
void |
addTemplate(PdfTemplate template,
float a,
float b,
float c,
float d,
float e,
float f)
Always throws an error.
|
PdfContentByte |
getDuplicate()
Always throws an error.
|
PdfImportedPage |
getFromReader()
Reads the content from this
PdfImportedPage-object from a reader. |
int |
getPageNumber() |
void |
setColorFill(PdfSpotColor sp,
float tint)
Sets the fill color to a spot color.
|
void |
setColorStroke(PdfSpotColor sp,
float tint)
Sets the stroke color to a spot color.
|
void |
setFontAndSize(BaseFont bf,
float size)
Always throws an error.
|
void |
setGroup(com.aowagie.text.pdf.PdfTransparencyGroup group)
Always throws an error.
|
createTemplate, getBoundingBox, getGroup, getHeight, getIndirectReference, getLayer, getType, getWidth, setBoundingBox, setHeight, setLayer, setWidthaddImage, addImage, addTemplate, arc, beginText, bezierArc, checkWriter, clip, closePath, closePathEoFillStroke, closePathFillStroke, closePathStroke, concatCTM, createTemplate, curveTo, endText, eoClip, eoFill, fill, getCharacterSpacing, getHorizontalScaling, getInternalBuffer, getLeading, getPdfDocument, getPdfWriter, getRootOutline, getWordSpacing, getXTLM, getYTLM, lineTo, moveTo, newPath, rectangle, rectangle, reset, resetCMYKColorFill, resetCMYKColorStroke, resetGrayFill, resetGrayStroke, resetRGBColorFill, resetRGBColorStroke, restoreState, roundRectangle, saveState, setAction, setCharacterSpacing, setCMYKColorFill, setCMYKColorFillF, setCMYKColorStroke, setCMYKColorStrokeF, setColorFill, setColorStroke, setFlatness, 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, setTextRenderingMode, setTextRise, setWordSpacing, showText, stroke, toStringpublic PdfImportedPage getFromReader()
PdfImportedPage-object from a reader.public int getPageNumber()
public void addImage(Image image, float a, float b, float c, float d, float e, float f) throws DocumentException
addImage in class PdfContentByteimage - dummya - dummyb - dummyc - dummyd - dummye - dummyf - dummyDocumentException - dummypublic void addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f)
addTemplate in class PdfContentBytetemplate - dummya - dummyb - dummyc - dummyd - dummye - dummyf - dummypublic PdfContentByte getDuplicate()
getDuplicate in class PdfTemplatepublic void setColorFill(PdfSpotColor sp, float tint)
PdfContentBytesetColorFill in class PdfContentBytesp - the spot colortint - the tint for the spot color. 0 is no color and 1
is 100% colorpublic void setColorStroke(PdfSpotColor sp, float tint)
PdfContentBytesetColorStroke in class PdfContentBytesp - the spot colortint - the tint for the spot color. 0 is no color and 1
is 100% colorpublic void setFontAndSize(BaseFont bf, float size)
setFontAndSize in class PdfContentBytebf - dummysize - dummypublic void setGroup(com.aowagie.text.pdf.PdfTransparencyGroup group)
setGroup in class PdfTemplategroup - New value of property group.Copyright © 2021. All rights reserved.