pdflaunchaction-ag凯发旗舰厅
com.spire.pdf.actions
class pdflaunchaction
java.lang.object
com.spire.pdf.actions.pdfaction
com.spire.pdf.actions.pdflaunchaction
- all implemented interfaces:
- ipdfwrapper
public class pdflaunchaction
- extends pdfaction
represents an action which launches an application or opens or prints a document.
method summary |
java.lang.string |
getfilename()
gets file to be launched. |
boolean |
isnewwindow()
indicates the target document should be opened in a new window or not. |
void |
isnewwindow(boolean value)
indicates the target document should be opened in a new window or not. |
void |
setfilename(java.lang.string value)
sets file to be launched. |
pdflaunchaction
public pdflaunchaction(java.lang.string filename)
- initializes a new instance of the class.
- parameters:
filename
- name of the file to be launched.
pdflaunchaction
public pdflaunchaction(java.lang.string filename,
pdffilepathtype path)
- initializes a new instance of the class.
- parameters:
filename
- name of the file to be launched.filename
- name of the file to be launched.path
- name of the path type.
getfilename
public java.lang.string getfilename()
- gets file to be launched.
setfilename
public void setfilename(java.lang.string value)
- sets file to be launched.
isnewwindow
public boolean isnewwindow()
- indicates the target document should be opened in a new window or not.
isnewwindow
public void isnewwindow(boolean value)
- indicates the target document should be opened in a new window or not.