public class PdfWin extends PdfObjectWrapper<PdfDictionary>
Constructor and Description |
---|
PdfWin(PdfDictionary pdfObject)
Creates a new wrapper around an existing Windows launch parameter dictionary.
|
PdfWin(PdfString f)
Creates a new wrapper around a newly created Windows launch parameter dictionary.
|
PdfWin(PdfString f,
PdfString d,
PdfString o,
PdfString p)
Creates a new wrapper around a newly created Windows launch parameter dictionary.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isWrappedObjectMustBeIndirect()
Defines if the object behind this wrapper must be an indirect object in the
resultant document.
|
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfWin(PdfDictionary pdfObject)
pdfObject
- the dictionary to create a wrapper forpublic PdfWin(PdfString f)
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.public PdfWin(PdfString f, PdfString d, PdfString o, PdfString p)
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 backslashd
- a bye string specifying the default directory in standard DOS syntaxo
- 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 openedprotected boolean isWrappedObjectMustBeIndirect()
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfDictionary>
Copyright © 1998–2018 iText Group NV. All rights reserved.