Class PdfCollection
java.lang.Object
com.aowagie.text.pdf.PdfObject
com.aowagie.text.pdf.PdfDictionary
com.aowagie.text.pdf.collection.PdfCollection
-
Field Summary
Fields inherited from class PdfDictionary
hashMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.aowagie.text.pdf.collection.PdfCollectionSchemaGets the Collection schema dictionary.voidsetInitialDocument(String description) Identifies the document that will be initially presented in the user interface.voidsetSchema(com.aowagie.text.pdf.collection.PdfCollectionSchema schema) Sets the Collection schema dictionary.voidsetSort(com.aowagie.text.pdf.collection.PdfCollectionSort sort) Sets the Collection sort dictionary.Methods inherited from class PdfDictionary
get, getAsArray, getAsDict, getAsName, getAsNumber, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, put, remove, size, toPdf, toStringMethods inherited from class PdfObject
getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
Constructor Details
-
PdfCollection
public PdfCollection()
-
-
Method Details
-
setInitialDocument
Identifies the document that will be initially presented in the user interface.- Parameters:
description- the description that was used when attaching the file to the document
-
setSchema
public void setSchema(com.aowagie.text.pdf.collection.PdfCollectionSchema schema) Sets the Collection schema dictionary.- Parameters:
schema- an overview of the collection fields
-
getSchema
public com.aowagie.text.pdf.collection.PdfCollectionSchema getSchema()Gets the Collection schema dictionary.- Returns:
- schema an overview of the collection fields
-
setSort
public void setSort(com.aowagie.text.pdf.collection.PdfCollectionSort sort) Sets the Collection sort dictionary.- Parameters:
sort- a collection sort dictionary
-