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 class
PdfAppearance
Implements the appearance stream to be used with form fields..class
PdfImportedPage
Represents an imported page.class
PdfPatternPainter
Implements the pattern.class
PdfPSXObject
Implements the PostScript XObject.class
PdfTemplate
Implements the form XObject.class
StampContent
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfContentByte Modifier and Type Field Description protected 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 PdfContentByte Modifier and Type Method Description PdfContentByte
ColumnText. getCanvas()
Gets the canvas.PdfContentByte
PdfWriter. getDirectContent()
Gets the direct content for this document.PdfContentByte
PdfWriter. getDirectContentUnder()
Gets the direct content under for this document.PdfContentByte
PdfAppearance. getDuplicate()
PdfContentByte
PdfContentByte. getDuplicate()
Gets a duplicate of thisPdfContentByte
.PdfContentByte
PdfImportedPage. getDuplicate()
Always throws an error.PdfContentByte
PdfPatternPainter. getDuplicate()
Gets a duplicate of thisPdfPatternPainter
.PdfContentByte
PdfPSXObject. getDuplicate()
Gets a duplicate of thisPdfPSXObject
.PdfContentByte
PdfTemplate. getDuplicate()
Gets a duplicate of thisPdfTemplate
.PdfContentByte
StampContent. getDuplicate()
Gets a duplicate of thisPdfContentByte
.PdfContentByte
PdfStamper. getOverContent(int pageNum)
Gets aPdfContentByte
to write over the page of the original document.PdfContentByte
PdfStamperImp. getOverContent(int pageNum)
PdfContentByte
PdfStamper. getUnderContent(int pageNum)
Gets aPdfContentByte
to write under the page of the original document.PdfContentByte
PdfStamperImp. getUnderContent(int pageNum)
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfContentByte Modifier and Type Method Description void
PdfContentByte. add(PdfContentByte other)
Adds the content of anotherPdfContent
-object to this object.PdfFormField
PdfAcroForm. addMap(java.lang.String name, java.lang.String value, java.lang.String url, PdfContentByte appearance, float llx, float lly, float urx, float ury)
static PdfAnnotation
PdfAnnotation. createFreeText(PdfWriter writer, Rectangle rect, java.lang.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, java.lang.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 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
-