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 TypeClassDescriptionclass
Implements the appearance stream to be used with form fields..class
Represents an imported page.class
Implements the pattern.class
Implements the PostScript XObject.class
Implements the form XObject.class
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfContentByteModifier and TypeFieldDescriptionprotected PdfContentByte
ColumnText.canvas
ThePdfContent
where the text will be written to.private PdfContentByte
PdfWriter.directContent
The direct content in this document.private PdfContentByte
PdfWriter.directContentUnder
The direct content under in this document.private PdfContentByte
PdfDocument.graphics
This is the PdfContentByte object, containing the borders and other Graphics.private PdfContentByte
PdfDocument.text
This is the PdfContentByte object, containing the text.protected PdfContentByte
VerticalText.text
ThePdfContent
where 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 aPdfContentByte
to write over the page of the original document.PdfStamperImp.getOverContent
(int pageNum) PdfStamper.getUnderContent
(int pageNum) Gets aPdfContentByte
to 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 TypeMethodDescriptionvoid
PdfContentByte.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 PdfAnnotation
PdfAnnotation.createFreeText
(PdfWriter writer, Rectangle rect, String contents, PdfContentByte defaultAppearance) Add some free text to the document.void
ColumnText.setCanvas
(PdfContentByte canvas) Sets the canvas.void
PdfAnnotation.setDefaultAppearanceString
(PdfContentByte cb) static void
ColumnText.showTextAligned
(PdfContentByte canvas, int alignment, Phrase phrase, float x, float y, float rotation) Shows a line of text.static void
ColumnText.showTextAligned
(PdfContentByte canvas, int alignment, Phrase phrase, float x, float y, float rotation, int runDirection, int arabicOptions) Shows a line of text.(package private) void
VerticalText.writeLine
(PdfLine line, PdfContentByte text, PdfContentByte graphics) (package private) void
PdfDocument.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