Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfContentByte
Packages that use PdfContentByte
-
Uses of PdfContentByte in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfContentByte in com.gitlab.pdftk_java.com.lowagie.text.pdfModifier and TypeClassDescriptionclassImplements the appearance stream to be used with form fields..classRepresents an imported page.classImplements the pattern.classImplements the PostScript XObject.classImplements the form XObject.classFields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfContentByteModifier and TypeFieldDescriptionprotected PdfContentByteColumnText.canvasThePdfContentwhere the text will be written to.private 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.protected PdfContentByteVerticalText.textThePdfContentwhere the text will be written to.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfContentByteModifier and TypeMethodDescriptionColumnText.getCanvas()Gets the canvas.PdfWriter.getDirectContent()Gets the direct content for this document.PdfWriter.getDirectContentUnder()Gets the direct content under for this document.PdfAppearance.getDuplicate()PdfContentByte.getDuplicate()Gets a duplicate of thisPdfContentByte.PdfImportedPage.getDuplicate()Always throws an error.PdfPatternPainter.getDuplicate()Gets a duplicate of thisPdfPatternPainter.PdfPSXObject.getDuplicate()Gets a duplicate of thisPdfPSXObject.PdfTemplate.getDuplicate()Gets a duplicate of thisPdfTemplate.StampContent.getDuplicate()Gets a duplicate of thisPdfContentByte.PdfStamper.getOverContent(int pageNum) Gets aPdfContentByteto write over the page of the original document.PdfStamperImp.getOverContent(int pageNum) PdfStamper.getUnderContent(int pageNum) Gets aPdfContentByteto write under the page of the original document.PdfStamperImp.getUnderContent(int pageNum) Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfContentByteModifier and TypeMethodDescriptionvoidPdfContentByte.add(PdfContentByte other) Adds the content of anotherPdfContent-object to this object.PdfAcroForm.addMap(String name, String value, String url, PdfContentByte appearance, float llx, float lly, float urx, float ury) static PdfAnnotationPdfAnnotation.createFreeText(PdfWriter writer, Rectangle rect, String contents, PdfContentByte defaultAppearance) Add some free text to the document.voidColumnText.setCanvas(PdfContentByte canvas) Sets the canvas.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.(package private) voidVerticalText.writeLine(PdfLine line, PdfContentByte text, PdfContentByte graphics) (package private) voidPdfDocument.writeLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, Object[] currentValues, float ratio) Writes a text line to the document.Constructors in com.gitlab.pdftk_java.com.lowagie.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.VerticalText(PdfContentByte text) Creates new VerticalText