| |
|
| com.lowagie.text.pdf.PdfDictionary com.lowagie.text.pdf.collection.PdfCollection
Field Summary | |
final public static int | DETAILS | final public static int | HIDDEN | final public static int | TILE |
Constructor Summary | |
public | PdfCollection(int type) Constructs a PDF Collection. |
DETAILS | final public static int DETAILS(Code) | | A type of PDF Collection
|
HIDDEN | final public static int HIDDEN(Code) | | A type of PDF Collection
|
TILE | final public static int TILE(Code) | | A type of PDF Collection
|
PdfCollection | public PdfCollection(int type)(Code) | | Constructs a PDF Collection.
Parameters: type - the type of PDF collection. |
getSchema | public PdfCollectionSchema getSchema()(Code) | | Gets the Collection schema dictionary.
schema an overview of the collection fields |
setInitialDocument | public void setInitialDocument(String description)(Code) | | 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(PdfCollectionSchema schema)(Code) | | Sets the Collection schema dictionary.
Parameters: schema - an overview of the collection fields |
setSort | public void setSort(PdfCollectionSort sort)(Code) | | Sets the Collection sort dictionary.
Parameters: sort - a collection sort dictionary |
|
|
|