LOWAGIE
LOWAGIE
LOWAGIE
1
com. lowagie. text. Table -- This class represents a table that contains cells, ordered in a matrix.
Table——这个类表示包含单元格的表,单元格有序地排列在矩阵中。
2
com. lowagie. text. Paragraph -- This class represents an indented paragraph.
Paragraph——这个类表示一个缩进的段落。
3
com. lowagie. text. Font -- This class contains all specifications of a font, such as family of font, size, style, and color.
Font——这个类包含了全部的字体规范,例如字体、大小、样式和颜色。
4
com. lowagie. text. Chapter -- This class represents a chapter in the PDF document.
Chapter——这个类表示PDF文档中的章节。
5
Any text is added with the help of com. lowagie. text. Paragraph.
通过com.lowagie.text.Paragraph来添加文本。
6
For our sample, we choose com. lowagie. text. pdf. PdfWriter.
对于我们的示例,选择了com.