| Package | Description |
|---|---|
| jet.bean | |
| jet.server.api.engine |
| Modifier and Type | Method and Description |
|---|---|
RtfParameter |
RtfParameter.copy()
Adding this method for MailInformation can clone this object.
|
RtfParameter |
MailInformation.getRtfParameter()
Gets the rtf parameter, which includes the needed parameter when producing rtf files.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JREngine.exportToRtf(jet.bean.ExportInformation expInfo,
RtfParameter param) |
boolean |
JREngine.exportToRtf(ExportInfo info,
RtfParameter param)
Exports the report to a RTF file.
|
boolean |
JRResultViewer.exportToRtf(String rtfFileName,
RtfParameter rtfParameter)
Exports the current report to rtf file with the
RtfParameter. |
void |
MailInformation.setRtfParameter(RtfParameter rtfParameter)
Sets the rtf parameter, which includes the needed parameter when producing rtf files.
|
void |
MailInformation.setRtfParameter(String fileName,
RtfParameter rtfParameter)
Sets the rtf parameter and the file name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportEngine.exportToRtf(ExportInfo info,
RtfParameter param)
Exports the report to RTF file.
|
© insightsoftware. All rights reserved.