Package com.aowagie.text.pdf.collection
Class PdfCollectionSchema
java.lang.Object
com.aowagie.text.pdf.PdfObject
com.aowagie.text.pdf.PdfDictionary
com.aowagie.text.pdf.collection.PdfCollectionSchema
-
Field Summary
Fields inherited from class com.aowagie.text.pdf.PdfDictionary
hashMap
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aowagie.text.pdf.PdfDictionary
get, getAsArray, getAsDict, getAsName, getAsNumber, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, put, remove, size, toPdf, toString
Methods inherited from class com.aowagie.text.pdf.PdfObject
getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
Constructor Details
-
PdfCollectionSchema
public PdfCollectionSchema()Creates a Collection Schema dictionary.
-