Uses of Class
com.itextpdf.text.pdf.PdfContentByte
-
Packages that use PdfContentByte Package Description com.itextpdf.awt com.itextpdf.text com.itextpdf.text.pdf com.itextpdf.text.pdf.codec.wmf com.itextpdf.text.pdf.draw com.itextpdf.text.pdf.events com.itextpdf.text.pdf.pdfcleanup com.itextpdf.tool.xml.html.table TagProcessor implementations fortabletags. -
-
Uses of PdfContentByte in com.itextpdf.awt
Fields in com.itextpdf.awt declared as PdfContentByte Modifier and Type Field Description protected PdfContentBytePdfGraphics2D. cbMethods in com.itextpdf.awt that return PdfContentByte Modifier and Type Method Description PdfContentBytePdfGraphics2D. getContent()Constructors in com.itextpdf.awt with parameters of type PdfContentByte Constructor Description PdfGraphics2D(PdfContentByte cb, float width, float height)PdfGraphics2D(PdfContentByte cb, float width, float height, boolean onlyShapes)PdfGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper)PdfGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality)Constructor for PDFGraphics2D.PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, boolean onlyShapes, java.awt.print.PrinterJob printerJob)PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality, java.awt.print.PrinterJob printerJob)PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, java.awt.print.PrinterJob printerJob)PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, java.awt.print.PrinterJob printerJob) -
Uses of PdfContentByte in com.itextpdf.text
Methods in com.itextpdf.text with parameters of type PdfContentByte Modifier and Type Method Description static ImageImage. getInstance(PdfContentByte cb, java.awt.Image awtImage, float quality)Gets an instance of a Image from a java.awt.Image. -
Uses of PdfContentByte in com.itextpdf.text.pdf
Subclasses of PdfContentByte in com.itextpdf.text.pdf Modifier and Type Class Description classPdfAppearanceImplements the appearance stream to be used with form fields..static classPdfCopy.StampContentclassPdfImportedPageRepresents an imported page.classPdfPatternPainterImplements the pattern.classPdfPSXObjectImplements the PostScript XObject.classPdfTemplateImplements the form XObject.classStampContentclassType3GlyphThe content where Type3 glyphs are written to.Fields in com.itextpdf.text.pdf declared as PdfContentByte Modifier and Type Field Description protected PdfContentByteColumnText. canvasThePdfContentwhere the text will be written to.protected PdfContentByte[]ColumnText. canvasesprotected PdfContentBytePdfWriter. directContentThe direct content in this document.protected PdfContentBytePdfWriter. directContentUnderThe direct content under in this document.protected PdfContentBytePdfContentByte. duplicatedFromprotected PdfContentBytePdfDocument. graphicsThis is the PdfContentByte object, containing the borders and other Graphics.protected PdfContentBytePdfDocument. textThis is the PdfContentByte object, containing the text.protected PdfContentByteVerticalText. textThePdfContentwhere the text will be written to.Methods in com.itextpdf.text.pdf that return PdfContentByte Modifier and Type Method Description static PdfContentByte[]PdfPTable. beginWritingRows(PdfContentByte canvas)Gets and initializes the 4 layers where the table is written to.PdfContentByteType3Font. defineGlyph(char c, float wx, float llx, float lly, float urx, float ury)Defines a glyph.PdfContentByteColumnText. getCanvas()Gets the canvas.PdfContentByte[]ColumnText. getCanvases()Gets the canvases.PdfContentBytePdfStamperImp. getDirectContent()PdfContentBytePdfWriter. getDirectContent()Use this method to get the direct content for this document.PdfContentBytePdfStamperImp. getDirectContentUnder()PdfContentBytePdfWriter. getDirectContentUnder()Use this method to get the direct content under for this document.PdfContentBytePdfAppearance. getDuplicate()PdfContentBytePdfContentByte. getDuplicate()Gets a duplicate of thisPdfContentByte.PdfContentBytePdfContentByte. getDuplicate(boolean inheritGraphicState)PdfContentBytePdfCopy.StampContent. getDuplicate()Gets a duplicate of thisPdfContentByte.PdfContentBytePdfImportedPage. getDuplicate()Always throws an error.PdfContentBytePdfPatternPainter. getDuplicate()Gets a duplicate of thisPdfPatternPainter.PdfContentBytePdfPSXObject. getDuplicate()Gets a duplicate of thisPdfPSXObject.PdfContentBytePdfTemplate. getDuplicate()Gets a duplicate of thisPdfTemplate.PdfContentByteStampContent. getDuplicate()Gets a duplicate of thisPdfContentByte.PdfContentByteType3Glyph. getDuplicate()PdfContentBytePdfCopy.PageStamp. getOverContent()PdfContentBytePdfStamper. getOverContent(int pageNum)Gets aPdfContentByteto write over the page of the original document.(package private) PdfContentBytePdfStamperImp. getOverContent(int pageNum)PdfContentBytePdfCopy.PageStamp. getUnderContent()PdfContentBytePdfStamper. getUnderContent(int pageNum)Gets aPdfContentByteto write under the page of the original document.(package private) PdfContentBytePdfStamperImp. getUnderContent(int pageNum)PdfContentBytePdfContentByte. setSuppressTagging(boolean suppressTagging)[SUP-1395] If set, prevents iText from marking content and creating structure tags for items added to this content stream.Methods in com.itextpdf.text.pdf with parameters of type PdfContentByte Modifier and Type Method Description voidPdfContentByte. add(PdfContentByte other)Adds the content of anotherPdfContentByte-object to this object.PdfFormFieldPdfAcroForm. addMap(java.lang.String name, java.lang.String value, java.lang.String url, PdfContentByte appearance, float llx, float lly, float urx, float ury)static PdfContentByte[]PdfPTable. beginWritingRows(PdfContentByte canvas)Gets and initializes the 4 layers where the table is written to.voidPdfPCellEvent. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)This method is called at the end of the cell rendering.private PdfPTableBodyPdfPTable. closeTableBlock(PdfPTableBody block, PdfContentByte canvas)static PdfAnnotationPdfAnnotation. createFreeText(PdfWriter writer, Rectangle rect, java.lang.String contents, PdfContentByte defaultAppearance)Add some free text to the document.ImageBarcode. createImageWithBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Creates anImagewith the barcode.PdfTemplateBarcode. createTemplateWithBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Creates a template with the barcode.static voidPdfPTable. endWritingRows(PdfContentByte[] canvases)Finishes writing the table.voidPdfContentByte. inheritGraphicState(PdfContentByte parentCanvas)private static booleanColumnText. isTagged(PdfContentByte canvas)private static booleanPdfPRow. isTagged(PdfContentByte canvas)intFloatLayout. layout(PdfContentByte canvas, boolean simulate)intPdfDiv. layout(PdfContentByte canvas, boolean useAscender, boolean simulate, float llx, float lly, float urx, float ury)private PdfPTableBodyPdfPTable. openTableBlock(PdfPTableBody block, PdfContentByte canvas)abstract RectangleBarcode. placeBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Places the barcode in aPdfContentByte.RectangleBarcode128. placeBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Places the barcode in aPdfContentByte.RectangleBarcode39. placeBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Places the barcode in aPdfContentByte.RectangleBarcodeCodabar. placeBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Places the barcode in aPdfContentByte.voidBarcodeDatamatrix. placeBarcode(PdfContentByte cb, BaseColor foreground, float moduleHeight, float moduleWidth)RectangleBarcodeEAN. placeBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Places the barcode in aPdfContentByte.RectangleBarcodeEANSUPP. placeBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Places the barcode in aPdfContentByte.RectangleBarcodeInter25. placeBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Places the barcode in aPdfContentByte.voidBarcodePDF417. placeBarcode(PdfContentByte cb, BaseColor foreground, float moduleHeight, float moduleWidth)RectangleBarcodePostnet. placeBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Places the barcode in aPdfContentByte.voidBarcodeQRCode. placeBarcode(PdfContentByte cb, BaseColor foreground, float moduleSide)protected voidPdfPRow. restoreCanvases(PdfContentByte[] canvases)protected voidPdfPRow. saveAndRotateCanvases(PdfContentByte[] canvases, float a, float b, float c, float d, float e, float f)voidColumnText. setCanvas(PdfContentByte canvas)Sets the canvas.voidColumnText. setCanvases(PdfContentByte[] canvases)Sets the canvases.voidPdfAnnotation. setDefaultAppearanceString(PdfContentByte cb)static voidColumnText. showTextAligned(PdfContentByte canvas, int alignment, Phrase phrase, float x, float y, float rotation)Shows a line of text.static voidColumnText. showTextAligned(PdfContentByte canvas, int alignment, Phrase phrase, float x, float y, float rotation, int runDirection, int arabicOptions)Shows a line of text.voidPdfPTableEvent. tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)This method is called at the end of the table rendering.voidPdfPRow. writeBorderAndBackground(float xPos, float yPos, float currentMaxHeight, PdfPCell cell, PdfContentByte[] canvases)Writes the border and background of one cell in the row.voidPdfPRow. writeCells(int colStart, int colEnd, float xPos, float yPos, PdfContentByte[] canvases, boolean reusable)Writes a number of cells (not necessarily all cells).(package private) voidVerticalText. writeLine(PdfLine line, PdfContentByte text, PdfContentByte graphics)(package private) floatPdfDocument. writeLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, java.lang.Object[] currentValues, float ratio)Writes a text line to the document.floatPdfPTable. writeSelectedRows(int rowStart, int rowEnd, float xPos, float yPos, PdfContentByte canvas)Writes the selected rows to the document.floatPdfPTable. writeSelectedRows(int rowStart, int rowEnd, float xPos, float yPos, PdfContentByte[] canvases)Writes the selected rows to the document.floatPdfPTable. writeSelectedRows(int colStart, int colEnd, int rowStart, int rowEnd, float xPos, float yPos, PdfContentByte canvas)Writes the selected rows and columns to the document.floatPdfPTable. writeSelectedRows(int colStart, int colEnd, int rowStart, int rowEnd, float xPos, float yPos, PdfContentByte[] canvases)Writes the selected rows and columns to the document.floatPdfPTable. writeSelectedRows(int colStart, int colEnd, int rowStart, int rowEnd, float xPos, float yPos, PdfContentByte[] canvases, boolean reusable)Writes the selected rows and columns to the document.floatPdfPTable. writeSelectedRows(int colStart, int colEnd, int rowStart, int rowEnd, float xPos, float yPos, PdfContentByte canvas, boolean reusable)Writes the selected rows and columns to the document.Constructors in com.itextpdf.text.pdf with parameters of type PdfContentByte Constructor Description ColumnText(PdfContentByte canvas)Creates aColumnText.PdfContents(PdfContentByte under, PdfContentByte content, PdfContentByte text, PdfContentByte secondContent, Rectangle page)Constructs aPdfContents-object, containing text and general graphics.VerticalText(PdfContentByte text)Creates new VerticalText -
Uses of PdfContentByte in com.itextpdf.text.pdf.codec.wmf
Fields in com.itextpdf.text.pdf.codec.wmf declared as PdfContentByte Modifier and Type Field Description PdfContentByteMetaDo. cbMethods in com.itextpdf.text.pdf.codec.wmf with parameters of type PdfContentByte Modifier and Type Method Description voidMetaState. cleanup(PdfContentByte cb)voidMetaState. restoreState(int index, PdfContentByte cb)voidMetaState. saveState(PdfContentByte cb)voidMetaState. selectMetaObject(int index, PdfContentByte cb)voidMetaState. setLineJoinPolygon(PdfContentByte cb)voidMetaState. setLineJoinRectangle(PdfContentByte cb)Constructors in com.itextpdf.text.pdf.codec.wmf with parameters of type PdfContentByte Constructor Description MetaDo(java.io.InputStream in, PdfContentByte cb) -
Uses of PdfContentByte in com.itextpdf.text.pdf.draw
Methods in com.itextpdf.text.pdf.draw with parameters of type PdfContentByte Modifier and Type Method Description voidDottedLineSeparator. draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)voidDrawInterface. draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)Implement this method if you want to draw something at the current Y position (for instance a line).voidLineSeparator. draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)voidVerticalPositionMark. draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)voidLineSeparator. drawLine(PdfContentByte canvas, float leftX, float rightX, float y)Draws a horizontal line. -
Uses of PdfContentByte in com.itextpdf.text.pdf.events
Methods in com.itextpdf.text.pdf.events with parameters of type PdfContentByte Modifier and Type Method Description voidFieldPositioningEvents. cellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases)voidPdfPCellEventForwarder. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)voidPdfPTableEventForwarder. tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases) -
Uses of PdfContentByte in com.itextpdf.text.pdf.pdfcleanup
Fields in com.itextpdf.text.pdf.pdfcleanup declared as PdfContentByte Modifier and Type Field Description private PdfContentBytePdfCleanUpContext. canvasMethods in com.itextpdf.text.pdf.pdfcleanup that return PdfContentByte Modifier and Type Method Description PdfContentBytePdfCleanUpContext. getCanvas()Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfContentByte Modifier and Type Method Description private voidPdfCleanUpProcessor. addColoredRectangle(PdfContentByte canvas, PdfCleanUpLocation cleanUpLocation)private voidPdfCleanUpProcessor. colorCleanedLocations(PdfContentByte canvas, java.util.List<PdfCleanUpLocation> cleanUpLocations)private voidPdfCleanUpProcessor. drawOverlayText(PdfContentByte canvas, java.util.List<Rectangle> textRectangles, PdfString overlayText, PdfString otDA, PdfNumber otQ, PdfBoolean otRepeat)private voidPdfCleanUpProcessor. insertFormXObj(PdfContentByte canvas, PdfDictionary pageDict, PdfStream formXObj, java.util.List<Rectangle> clippingRects, Rectangle annotRect)voidPdfCleanUpRenderListener. registerNewContext(PdfDictionary resources, PdfContentByte canvas)voidPdfCleanUpContext. setCanvas(PdfContentByte canvas)private voidPdfCleanUpProcessor. setFillColor(PdfContentByte canvas, java.util.List fillColorArgs)private voidPdfCleanUpProcessor. setStrokeColor(PdfContentByte canvas, java.util.List strokeColorArgs)private voidPdfCleanUpContentOperator. writeBezierCurve(BezierCurve curve, PdfContentByte canvas)private voidPdfCleanUpContentOperator. writeLine(Line line, PdfContentByte canvas)private voidPdfCleanUpContentOperator. writeMoveTo(Point2D destinationPoint, PdfContentByte canvas)private voidPdfCleanUpContentOperator. writeOperands(PdfContentByte canvas, java.util.List<PdfObject> operands)private voidPdfCleanUpContentOperator. writePath(Path path, byte[] pathPaintingOperator, PdfContentByte canvas)private voidPdfCleanUpContentOperator. writePath(java.lang.String operatorStr, PdfContentByte canvas, PdfName strokeColorSpace)private voidPdfCleanUpContentOperator. writeStroke(PdfContentByte canvas, Path path, PdfName strokeColorSpace)private voidPdfCleanUpContentOperator. writeTextChunks(java.util.Map<java.lang.Integer,java.lang.Float> structuredTJoperands, java.util.List<PdfCleanUpContentChunk> chunks, PdfContentByte canvas, float characterSpacing, float wordSpacing, float fontSize, float horizontalScaling)Renders parts of text which are visible.Constructors in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfContentByte Constructor Description PdfCleanUpContext(PdfDictionary resources, PdfContentByte canvas) -
Uses of PdfContentByte in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table with parameters of type PdfContentByte Modifier and Type Method Description voidCellSpacingEvent. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)voidTableBorderEvent. tableLayout(PdfPTable table, float[][] width, float[] height, int headerRows, int rowStart, PdfContentByte[] canvas)
-