Uses of Class
com.lowagie.text.pdf.PdfLine
-
Packages that use PdfLine Package Description com.lowagie.text.pdf -
-
Uses of PdfLine in com.lowagie.text.pdf
Fields in com.lowagie.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.protected PdfLine
PdfDocument. line
The line that is currently being written.Fields in com.lowagie.text.pdf with type parameters of type PdfLine Modifier and Type Field Description private java.util.List<PdfLine>
PdfCell. lines
These are the PdfLines in the Cell.protected java.util.List<PdfLine>
PdfDocument. lines
The lines that are written until now.Methods in com.lowagie.text.pdf that return PdfLine Modifier and Type Method Description protected PdfLine
VerticalText. createLine(float width)
Creates a line from the chunk array.PdfLine
BidiLine. processLine(float leftX, float width, int alignment, int runDirection, int arabicOptions)
private PdfLine
PdfCell. removeLine(int index)
Methods in com.lowagie.text.pdf that return types with arguments of type PdfLine Modifier and Type Method Description java.util.ArrayList<PdfLine>
PdfCell. getLines(float top, float bottom)
Gets the lines of a cell that can be drawn between certain limits.Methods in com.lowagie.text.pdf with parameters of type PdfLine Modifier and Type Method Description private void
PdfCell. addLine(PdfLine line)
(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.
-