public class ExportReport extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ExportReport() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Report description.
|
int |
getFontSize()
Font size (pt).
|
boolean |
getIncludeSystemInfo()
Include system information.
|
java.lang.String |
getLogoPath()
Path to company logo file.
|
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 |
setFontSize(int value)
Font size (pt).
|
void |
setIncludeSystemInfo(boolean value)
Include system information.
|
void |
setLogoPath(java.lang.String value)
Path to company logo file.
|
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, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setDescription(java.lang.String value)
public java.lang.String getDescription()
public void setFontSize(int value)
public int getFontSize()
public void setIncludeSystemInfo(boolean value)
public boolean getIncludeSystemInfo()
public void setLogoPath(java.lang.String value)
public java.lang.String getLogoPath()
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()