public class ExportReport extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ExportReport() |
protected |
ExportReport(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(ExportReport obj) |
java.lang.String |
getDescription()
Report description.
|
boolean |
getIncludeSystemInfo()
Include system information.
|
boolean |
getPageNumbers()
Enable page numbers.
|
java.lang.String |
getPath()
Path to output report.
|
java.lang.String |
getTitle()
Report title.
|
Property[] |
getUserSettings()
A list of user defined settings to include on the Processing Parameters page.
|
void |
setDescription(java.lang.String value)
Report description.
|
void |
setIncludeSystemInfo(boolean value)
Include system information.
|
void |
setPageNumbers(boolean value)
Enable page numbers.
|
void |
setPath(java.lang.String value)
Path to output report.
|
void |
setTitle(java.lang.String value)
Report title.
|
void |
setUserSettings(Property[] value)
A list of user defined settings to include on the Processing Parameters page.
|
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected ExportReport(long cPtr,
boolean cMemoryOwn)
public ExportReport()
protected static long getCPtr(ExportReport obj)
public void setDescription(java.lang.String value)
public java.lang.String getDescription()
public void setIncludeSystemInfo(boolean value)
public boolean getIncludeSystemInfo()
public void setPageNumbers(boolean value)
public boolean getPageNumbers()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setTitle(java.lang.String value)
public java.lang.String getTitle()
public void setUserSettings(Property[] value)
public Property[] getUserSettings()