Changed Methods |
PdfString
getInitialDocument()
|
Documentation changed from old to new. |
Retrieves the document that will be initially presented in the user interface. |
PdfCollectionSchema
getSchema()
|
Documentation changed from old to new. |
Gets the Collection schema dictionary. |
PdfCollectionSort
getSort()
|
Documentation changed from old to new. |
Getter for the Collection sort dictionary. |
PdfNumber
getView()
|
Documentation changed from old to new. |
Will always return null. |
boolean
isViewDetails()
|
Documentation changed from old to new. |
Check if view is in details mode. |
boolean
isViewHidden()
|
Documentation changed from old to new. |
Check if view is hidden. |
boolean
isViewTile()
|
Documentation changed from old to new. |
Check if view is in tile mode. |
PdfCollection
setInitialDocument(
String )
|
Documentation changed from old to new. |
Identifies the document that will be initially presented in the user interface. |
PdfCollection
setSchema(
PdfCollectionSchema )
|
Documentation changed from old to new. |
Sets the Collection schema dictionary. |
PdfCollection
setSort(
PdfCollectionSort )
|
Documentation changed from old to new. |
Sets the Collection sort dictionary. |
PdfCollection
setView(
int )
|
Documentation changed from old to new. |
Sets the initial view. |