|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.pdf.PdfObject com.lowagie.text.pdf.PdfDictionary com.lowagie.text.pdf.collection.PdfCollection
public class PdfCollection
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 |
Fields inherited from class com.lowagie.text.pdf.PdfDictionary |
---|
CATALOG, FONT, hashMap, OUTLINES, PAGE, PAGES |
Fields inherited from class com.lowagie.text.pdf.PdfObject |
---|
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
Constructor Summary | |
---|---|
PdfCollection(int type)
Constructs a PDF Collection. |
Method Summary | |
---|---|
PdfCollectionSchema |
getSchema()
Gets the Collection schema dictionary. |
void |
setInitialDocument(java.lang.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. |
Methods inherited from class com.lowagie.text.pdf.PdfDictionary |
---|
contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString |
Methods inherited from class com.lowagie.text.pdf.PdfObject |
---|
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int DETAILS
public static final int TILE
public static final int HIDDEN
Constructor Detail |
---|
public PdfCollection(int type)
type
- the type of PDF collection.Method Detail |
---|
public void setInitialDocument(java.lang.String description)
description
- the description that was used when attaching the file to the documentpublic void setSchema(PdfCollectionSchema schema)
schema
- an overview of the collection fieldspublic PdfCollectionSchema getSchema()
public void setSort(PdfCollectionSort sort)
sort
- a collection sort dictionary
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |