Package com.lowagie.text.pdf
Class PdfDocument.PdfInfo
java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.PdfDocument.PdfInfo
- Enclosing class:
- PdfDocument
PdfInfo is the PDF InfoDictionary.
A document's trailer may contain a reference to an Info dictionary that provides information
about the document. This optional dictionary may contain one or more keys, whose values
should be strings.
This object is described in the 'Portable Document Format Reference Manual version 1.3'
section 6.10 (page 120-121)
- Since:
- 2.0.8 (PdfDocument was package-private before)
-
Field Summary
-
Method Summary
Methods inherited from class com.lowagie.text.pdf.PdfDictionary
contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class com.lowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type