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 PdfLinePdfCell. firstLineprivate PdfLinePdfCell. lastLineprivate PdfLinePdfCell. lineThese are the PdfLines in the Cell.private PdfLinePdfDocument. lineThe line that is currently being written.Methods in com.aowagie.text.pdf that return PdfLine Modifier and Type Method Description PdfLineBidiLine. processLine(float leftX, float width, int alignment, int runDirection, int arabicOptions)private PdfLinePdfCell. removeLine(int index)Methods in com.aowagie.text.pdf with parameters of type PdfLine Modifier and Type Method Description private voidPdfCell. addLine(PdfLine line)(package private) voidPdfDocument. writeLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, java.lang.Object[] currentValues, float ratio)Writes a text line to the document.
-