LaunchActionOperation
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class LaunchActionOperation extends System.Enum
Enumerates the operations to perform with document during launch action executing.
Fields
| Field | Description |
|---|---|
| Undefined | Undefined state. |
| Open | Open a document. |
| Print a document. |
Undefined
public static final int Undefined
Undefined state.
Open
public static final int Open
Open a document.
public static final int Print
Print a document.