- java.lang.Object
-
- com.lowagie.text.pdf.PdfWriter.PdfBody
-
- Enclosing class:
- PdfWriter
public static class PdfWriter.PdfBody extends Object
This class generates the structure of a PDF document.This class covers the third section of Chapter 5 in the 'Portable Document Format Reference Manual version 1.3' (page 55-60). It contains the body of a PDF document (section 5.14) and it can also generate a Cross-reference Table (section 5.15).
- See Also:
PdfWriter
,PdfObject
,PdfIndirectObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PdfWriter.PdfBody.PdfCrossReference
PdfCrossReference
is an entry in the PDF Cross-Reference table.
-