public class RtfParameter
extends java.lang.Object
implements java.io.Serializable
RtfParameter
class is used for exporting to RTF. It contains all the
information for exporting report results.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXP
The suffix file name of the rtf file.
|
Constructor and Description |
---|
RtfParameter() |
Modifier and Type | Method and Description |
---|---|
RtfParameter |
copy()
Adding this method for MailInformation can clone this object.
|
boolean |
isExportFlow()
Gets report layout style.
|
boolean |
isNoFileExt() |
boolean |
isNoMargin()
Gets report page margin.
|
void |
setNoFileExt(boolean noFileExt) |
void |
setNoMargin(boolean noMargin)
Sets page margin.
|
void |
setRtfFlow(boolean isRtfFlow)
Sets the report layout style.
|
public static final java.lang.String EXP
public void setNoMargin(boolean noMargin)
noMargin
- the flag whether to use margin or notpublic void setRtfFlow(boolean isRtfFlow)
isRtfFlow
- the flag whether it is flow layout format or notpublic boolean isExportFlow()
public boolean isNoMargin()
public RtfParameter copy()
public void setNoFileExt(boolean noFileExt)
public boolean isNoFileExt()