public class ExportPDF extends java.lang.Object implements CreoFunctionInterface
Arguments expected:
Model or CallModel
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHEET_RANGE_ALL |
static java.lang.String |
SHEET_RANGE_CURRENT |
| Constructor and Description |
|---|
ExportPDF() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(java.lang.Object[] args)
Execute the function with the given argument list.
|
public static final java.lang.String SHEET_RANGE_ALL
public static final java.lang.String SHEET_RANGE_CURRENT
public java.lang.Object execute(java.lang.Object[] args)
throws JLIException,
com.ptc.cipjava.jxthrowable
CreoFunctionInterfaceexecute in interface CreoFunctionInterfaceargs - A list of objects needed by the function as arguments. The nature of those arguments depends on the function.JLIExceptioncom.ptc.cipjava.jxthrowable