| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.actions.PdfAction
com.spire.pdf.actions.PdfLaunchAction
public class PdfLaunchAction
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 | 
|---|
public PdfLaunchAction(java.lang.String fileName)
fileName - Name of the file to be launched.
public PdfLaunchAction(java.lang.String fileName,
                       PdfFilePathType path)
fileName - Name of the file to be launched.fileName - Name of the file to be launched.path - Name of the path type.| Method Detail | 
|---|
public java.lang.String getFileName()
public void setFileName(java.lang.String value)
public boolean isNewWindow()
public void isNewWindow(boolean value)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||