java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.collection.PdfCollection
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.A type of PDF Collectionstatic final intDeprecated.A type of PDF Collectionstatic final intDeprecated.A type of PDF Collection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the Collection schema dictionary.voidsetInitialDocument(String description) Deprecated.Identifies the document that will be initially presented in the user interface.voidsetSchema(PdfCollectionSchema schema) Deprecated.Sets the Collection schema dictionary.voidsetSort(PdfCollectionSort sort) Deprecated.Sets the Collection sort dictionary.Methods inherited from class com.lowagie.text.pdf.PdfDictionary
clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, getKeysAndValues, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class com.lowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Field Details
-
DETAILS
public static final int DETAILSDeprecated.A type of PDF Collection- See Also:
-
TILE
public static final int TILEDeprecated.A type of PDF Collection- See Also:
-
HIDDEN
public static final int HIDDENDeprecated.A type of PDF Collection- See Also:
-
-
Constructor Details
-
PdfCollection
public PdfCollection(int type) Deprecated.Constructs a PDF Collection.- Parameters:
type- the type of PDF collection.
-
-
Method Details
-
setInitialDocument
Deprecated.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
-
getSchema
Deprecated.Gets the Collection schema dictionary.- Returns:
- schema an overview of the collection fields
-
setSchema
Deprecated.Sets the Collection schema dictionary.- Parameters:
schema- an overview of the collection fields
-
setSort
Deprecated.Sets the Collection sort dictionary.- Parameters:
sort- a collection sort dictionary
-