Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfContentByte
-
Packages that use PdfContentByte Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfContentByte in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfContentByte in com.gitlab.pdftk_java.com.lowagie.text.pdf Modifier and Type Class Description classPdfAppearanceImplements the appearance stream to be used with form fields..classPdfImportedPageRepresents an imported page.classPdfPatternPainterImplements the pattern.classPdfPSXObjectImplements the PostScript XObject.classPdfTemplateImplements the form XObject.classStampContentFields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfContentByte Modifier and Type Field Description protected PdfContentByteColumnText. canvasThePdfContentwhere the text will be written to.protected PdfContentByteVerticalText. textThePdfContentwhere the text will be written to.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfContentByte Modifier and Type Method Description PdfContentByteColumnText. getCanvas()Gets the canvas.PdfContentBytePdfWriter. getDirectContent()Gets the direct content for this document.PdfContentBytePdfWriter. getDirectContentUnder()Gets the direct content under for this document.PdfContentBytePdfAppearance. getDuplicate()PdfContentBytePdfContentByte. 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.PdfContentBytePdfStamper. getOverContent(int pageNum)Gets aPdfContentByteto write over the page of the original document.PdfContentBytePdfStamperImp. getOverContent(int pageNum)PdfContentBytePdfStamper. getUnderContent(int pageNum)Gets aPdfContentByteto write under the page of the original document.PdfContentBytePdfStamperImp. getUnderContent(int pageNum)Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfContentByte Modifier and Type Method Description voidPdfContentByte. add(PdfContentByte other)Adds the content of anotherPdfContent-object to this object.PdfFormFieldPdfAcroForm. 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.Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfContentByte Constructor Description ColumnText(PdfContentByte canvas)Creates aColumnText.VerticalText(PdfContentByte text)Creates new VerticalText
-