Uses of Class
com.aowagie.text.pdf.PdfContentByte
Packages that use PdfContentByte
Package
Description
-
Uses of PdfContentByte in com.aowagie.text
Methods in com.aowagie.text with parameters of type PdfContentByteModifier and TypeMethodDescriptionvoidSimpleCell.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) voidSimpleTable.tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases) -
Uses of PdfContentByte in com.aowagie.text.pdf
Subclasses of PdfContentByte in com.aowagie.text.pdfModifier and TypeClassDescription(package private) classImplements the appearance stream to be used with form fields..private static classfinal classRepresents an imported page.final classImplements the pattern.classImplements the form XObject.(package private) class(package private) final classThe content where Type3 glyphs are written to.Fields in com.aowagie.text.pdf declared as PdfContentByteModifier and TypeFieldDescriptionprotected PdfContentByteColumnText.canvasThePdfContentwhere the text will be written to.protected PdfContentByte[]ColumnText.canvasesprivate PdfContentBytePdfDocument.RenderingContext.cellGraphicsprivate PdfContentBytePdfWriter.directContentThe direct content in this document.private PdfContentBytePdfWriter.directContentUnderThe direct content under in this document.private PdfContentBytePdfDocument.graphicsThis is the PdfContentByte object, containing the borders and other Graphics.private PdfContentBytePdfDocument.textThis is the PdfContentByte object, containing the text.Methods in com.aowagie.text.pdf that return PdfContentByteModifier and TypeMethodDescriptionstatic PdfContentByte[]PdfPTable.beginWritingRows(PdfContentByte canvas) Gets and initializes the 4 layers where the table is written to.ColumnText.getCanvas()Gets the canvas.ColumnText.getCanvases()Gets the canvases.PdfStamperImp.getDirectContent()PdfWriter.getDirectContent()Use this method to get the direct content for this document.PdfStamperImp.getDirectContentUnder()PdfWriter.getDirectContentUnder()Use this method to get the direct content under for this document.PdfAppearance.getDuplicate()PdfContentByte.getDuplicate()Gets a duplicate of thisPdfContentByte.PdfCopy.StampContent.getDuplicate()Gets a duplicate of thisPdfContentByte.PdfImportedPage.getDuplicate()Always throws an error.PdfPatternPainter.getDuplicate()Gets a duplicate of thisPdfPatternPainter.PdfTemplate.getDuplicate()Gets a duplicate of thisPdfTemplate.StampContent.getDuplicate()Gets a duplicate of thisPdfContentByte.Type3Glyph.getDuplicate()PdfCopy.PageStamp.getOverContent()PdfStamper.getOverContent(int pageNum) Gets aPdfContentByteto write over the page of the original document.(package private) PdfContentBytePdfStamperImp.getOverContent(int pageNum) PdfCopy.PageStamp.getUnderContent()Methods in com.aowagie.text.pdf with parameters of type PdfContentByteModifier and TypeMethodDescription(package private) voidPdfContentByte.add(PdfContentByte other) Adds the content of anotherPdfContent-object to this object.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.Barcode.createImageWithBarcode(PdfContentByte cb, Color barColor, Color textColor) Creates anImagewith the barcode.Barcode.createTemplateWithBarcode(PdfContentByte cb, Color barColor, Color textColor) Creates a template with the barcode.static voidPdfPTable.endWritingRows(PdfContentByte[] canvases) Finishes writing the table.abstract RectangleBarcode.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Places the barcode in aPdfContentByte.Barcode128.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Places the barcode in aPdfContentByte.private voidPdfPRow.restoreCanvases(PdfContentByte[] canvases) private 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.floatMultiColumnText.write(PdfContentByte canvas, PdfDocument document, float documentY) Write out the columns.private 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) Writes a number of cells (not necessarily all cells).(package private) voidPdfDocument.writeLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, 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.Constructors in com.aowagie.text.pdf with parameters of type PdfContentByteModifierConstructorDescriptionColumnText(PdfContentByte canvas) Creates aColumnText.(package private)PdfContents(PdfContentByte under, PdfContentByte content, PdfContentByte text, PdfContentByte secondContent, Rectangle page) Constructs aPdfContents-object, containing text and general graphics. -
Uses of PdfContentByte in com.aowagie.text.pdf.codec.wmf
Fields in com.aowagie.text.pdf.codec.wmf declared as PdfContentByteMethods in com.aowagie.text.pdf.codec.wmf with parameters of type PdfContentByteModifier and TypeMethodDescriptionvoidMetaState.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.aowagie.text.pdf.codec.wmf with parameters of type PdfContentByte -
Uses of PdfContentByte in com.aowagie.text.pdf.draw
Methods in com.aowagie.text.pdf.draw with parameters of type PdfContentByteModifier and TypeMethodDescriptionvoidDrawInterface.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) (package private) voidLineSeparator.drawLine(PdfContentByte canvas, float leftX, float rightX, float y) Draws a horizontal line. -
Uses of PdfContentByte in com.aowagie.text.pdf.events
Methods in com.aowagie.text.pdf.events with parameters of type PdfContentByteModifier and TypeMethodDescriptionvoidPdfPCellEventForwarder.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) voidPdfPTableEventForwarder.tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)