iText 9.1.0 API
|
This class is a wrapper around a Windows launch parameter dictionary. More...
Public Member Functions |
|
PdfWin (PdfDictionary pdfObject) | |
Creates a new wrapper around an existing Windows launch parameter dictionary. More... |
|
PdfWin (PdfString f) | |
Creates a new wrapper around a newly created Windows launch parameter dictionary. More... |
|
PdfWin (PdfString f, PdfString d, PdfString o, PdfString p) | |
Creates a new wrapper around a newly created Windows launch parameter 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 () |
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... |
|
This class is a wrapper around a Windows launch parameter dictionary.
|
inline |
Creates a new wrapper around an existing Windows launch parameter dictionary.
pdfObject | the dictionary to create a wrapper for |
|
inline |
Creates a new wrapper around a newly created Windows launch parameter dictionary.
f | the file name of the application that shall be launched or the document that shall be opened or printed, in standard Windows pathname format. If the name string includes a backslash character (), the backslash shall itself be preceded by a backslash. |
Creates a new wrapper around a newly created Windows launch parameter dictionary.
f | the file name of the application that shall be launched or the document that shall be opened or printed, in standard Windows pathname format. If the name string includes a backslash character (), the backslash shall itself be preceded by a backslash |
d | a bye string specifying the default directory in standard DOS syntax |
o | an ASCII string specifying the operation to perform on the file. Shall be one of the following: "open", "print" |
p | a parameter string that shall be passed to the application. This entry shall be omitted if a document is abound to be opened |
|
inlinepackagevirtual |
Defines if the object behind this wrapper must be an indirect object in the resultant document.
Implements iText.Kernel.Pdf.PdfObjectWrapper< PdfDictionary >.