public class PdfCollection extends PdfDictionary
hashMap| Constructor and Description |
|---|
PdfCollection() |
| Modifier and Type | Method and Description |
|---|---|
com.aowagie.text.pdf.collection.PdfCollectionSchema |
getSchema()
Gets the Collection schema dictionary.
|
void |
setInitialDocument(String description)
Identifies the document that will be initially presented
in the user interface.
|
void |
setSchema(com.aowagie.text.pdf.collection.PdfCollectionSchema schema)
Sets the Collection schema dictionary.
|
void |
setSort(com.aowagie.text.pdf.collection.PdfCollectionSort sort)
Sets the Collection sort dictionary.
|
get, getAsArray, getAsDict, getAsName, getAsNumber, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, put, remove, size, toPdf, toStringgetBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, typepublic void setInitialDocument(String description)
description - the description that was used when attaching the file to the documentpublic void setSchema(com.aowagie.text.pdf.collection.PdfCollectionSchema schema)
schema - an overview of the collection fieldspublic com.aowagie.text.pdf.collection.PdfCollectionSchema getSchema()
public void setSort(com.aowagie.text.pdf.collection.PdfCollectionSort sort)
sort - a collection sort dictionaryCopyright © 2021. All rights reserved.