Uses of Class
com.aowagie.text.pdf.PdfLine
-
Packages that use PdfLine Package Description com.aowagie.text.pdf -
-
Uses of PdfLine in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfLine Modifier and Type Field Description private PdfLine
PdfCell. firstLine
private PdfLine
PdfCell. lastLine
private PdfLine
PdfCell. line
These are the PdfLines in the Cell.private PdfLine
PdfDocument. line
The line that is currently being written.Methods in com.aowagie.text.pdf that return PdfLine Modifier and Type Method Description PdfLine
BidiLine. processLine(float leftX, float width, int alignment, int runDirection, int arabicOptions)
private PdfLine
PdfCell. removeLine(int index)
Methods in com.aowagie.text.pdf with parameters of type PdfLine Modifier and Type Method Description private void
PdfCell. addLine(PdfLine line)
(package private) void
PdfDocument. writeLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, java.lang.Object[] currentValues, float ratio)
Writes a text line to the document.
-