pdflaunchaction-ag凯发旗舰厅



com.spire.pdf.actions
class pdflaunchaction

java.lang.object
  extended by com.spire.pdf.actions.pdfaction
      extended by 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.


constructor summary
pdflaunchaction(java.lang.string filename)
          initializes a new instance of the class.
pdflaunchaction(java.lang.string filename, pdffilepathtype path)
          initializes a new instance of the class.
 
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.
 
methods inherited from class com.spire.pdf.actions.pdfaction
getdictionary, getnextaction, setnextaction
 
constructor detail

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.
method detail

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.


网站地图