com.lowagie.text.pdf.collection
public class PdfCollection extends PdfDictionary
Field Summary | |
---|---|
static int | DETAILS A type of PDF Collection |
static int | HIDDEN A type of PDF Collection |
static int | TILE A type of PDF Collection |
Constructor Summary | |
---|---|
PdfCollection(int type)
Constructs a PDF Collection. |
Method Summary | |
---|---|
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(PdfCollectionSchema schema)
Sets the Collection schema dictionary. |
void | setSort(PdfCollectionSort sort)
Sets the Collection sort dictionary. |
Parameters: type the type of PDF collection.
Returns: schema an overview of the collection fields
Parameters: description the description that was used when attaching the file to the document
Parameters: schema an overview of the collection fields
Parameters: sort a collection sort dictionary