|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.bean.RtfParameter
public class RtfParameter
The RtfParameter
class is used for exporting to RTF. It contains all the
information for exporting report results.
Field Summary | |
---|---|
static java.lang.String |
EXP
The suffix file name of the rtf file. |
Constructor Summary | |
---|---|
RtfParameter()
|
Method Summary | |
---|---|
RtfParameter |
copy()
Adding this method for MailInformation can clone this object. |
boolean |
isExportFlow()
Gets report layout style. |
boolean |
isNoMargin()
Gets report page margin. |
void |
setNoMargin(boolean noMargin)
Sets page margin. |
void |
setRtfFlow(boolean isRtfFlow)
Sets the report layout style. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EXP
Constructor Detail |
---|
public RtfParameter()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |