iText 9.0.0 API
|
Public Member Functions |
|
PdfCollection (PdfDictionary pdfObject) | |
PdfCollection () | |
Constructs a PDF Collection. More... |
|
virtual iText.Kernel.Pdf.Collection.PdfCollection | SetSchema (PdfCollectionSchema schema) |
Sets the Collection schema dictionary. More... |
|
virtual PdfCollectionSchema | GetSchema () |
Gets the Collection schema dictionary. More... |
|
virtual iText.Kernel.Pdf.Collection.PdfCollection | SetInitialDocument (String documentName) |
Identifies the document that will be initially presented in the user interface. More... |
|
virtual PdfString | GetInitialDocument () |
Retrieves the document that will be initially presented in the user interface. More... |
|
virtual iText.Kernel.Pdf.Collection.PdfCollection | SetView (int viewType) |
Sets the initial view. More... |
|
virtual bool | IsViewDetails () |
Check if view is in details mode. More... |
|
virtual bool | IsViewTile () |
Check if view is in tile mode. More... |
|
virtual bool | IsViewHidden () |
Check if view is hidden. More... |
|
virtual iText.Kernel.Pdf.Collection.PdfCollection | SetSort (PdfCollectionSort sort) |
Sets the Collection sort dictionary. More... |
|
virtual PdfCollectionSort | GetSort () |
Getter for the Collection sort dictionary. More... |
|
![]() |
|
virtual T | GetPdfObject () |
virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | MakeIndirect (PdfDocument document, PdfIndirectReference reference) |
Marks object behind wrapper to be saved as indirect. More... |
|
virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | MakeIndirect (PdfDocument document) |
Marks object behind wrapper to be saved as indirect. More... |
|
virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | SetModified () |
virtual void | Flush () |
virtual bool | IsFlushed () |
Static Public Attributes |
|
const int | DETAILS = 0 |
A type of initial view More... |
|
const int | TILE = 1 |
A type of initial view More... |
|
const int | HIDDEN = 2 |
A type of initial view More... |
|
Package Functions |
|
override bool | IsWrappedObjectMustBeIndirect () |
Defines if the object behind this wrapper must be an indirect object in the resultant document. More... |
|
![]() |
|
PdfObjectWrapper (T pdfObject) | |
virtual void | SetPdfObject (T pdfObject) |
virtual void | SetForbidRelease () |
virtual void | UnsetForbidRelease () |
virtual void | EnsureUnderlyingObjectHasIndirectReference () |
Additional Inherited Members |
|
![]() |
|
static void | MarkObjectAsIndirect (PdfObject pdfObject) |
static void | EnsureObjectIsAddedToDocument (PdfObject @object) |
Some wrappers use object's indirect reference to obtain the PdfDocument to which the object belongs to. More... |
|
|
inline |
Constructs a PDF Collection.
|
inlinevirtual |
Retrieves the document that will be initially presented in the user interface.
|
inlinevirtual |
Gets the Collection schema dictionary.
|
inlinevirtual |
Getter for the Collection sort dictionary.
|
inlinevirtual |
Check if view is in details mode.
|
inlinevirtual |
Check if view is hidden.
|
inlinevirtual |
Check if view is in tile mode.
|
inlinepackagevirtual |
Defines if the object behind this wrapper must be an indirect object in the resultant document.
Defines if the object behind this wrapper must be an indirect object in the resultant document.
If this method returns true it doesn't necessarily mean that object must be in the indirect state at any moment, but rather defines that when the object will be written to the document it will be transformed into indirect object if it's not indirect yet.
Return value of this method shouldn't depend on any logic, it should return always true or false.
Implements iText.Kernel.Pdf.PdfObjectWrapper< PdfDictionary >.
|
inlinevirtual |
Identifies the document that will be initially presented in the user interface.
documentName | a string that identifies an entry in the EmbeddedFiles name tree |
|
inlinevirtual |
Sets the Collection schema dictionary.
schema | an overview of the collection fields |
|
inlinevirtual |
Sets the Collection sort dictionary.
sort | is the Collection sort dictionary |
|
inlinevirtual |
Sets the initial view.
viewType | is a type of view |
|
static |
A type of initial view
|
static |
A type of initial view
|
static |
A type of initial view