jet.bean
Class RtfParameter

java.lang.Object
  extended by jet.bean.RtfParameter
All Implemented Interfaces:
java.io.Serializable

public class RtfParameter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String EXP
          The suffix file name of rtf file.
 
Constructor Summary
RtfParameter()
           
 
Method Summary
 RtfParameter copy()
          add this method for MailInformation can clone this object
 boolean isExportFlow()
          get report layout style.
 boolean isNoMargin()
          get report page margin.
 void setNoMargin(boolean noMargin)
          set page margin.
 void setRtfFlow(boolean isRtfFlow)
          set report layout style.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXP

public static final java.lang.String EXP
The suffix file name of rtf file.

See Also:
Constant Field Values
Constructor Detail

RtfParameter

public RtfParameter()
Method Detail

setNoMargin

public void setNoMargin(boolean noMargin)
set page margin. true, no margin exist in page.

Parameters:
noMargin - the flag whether use margin or not

setRtfFlow

public void setRtfFlow(boolean isRtfFlow)
set report layout style. true, flow layout.

Parameters:
isRtfFlow - the flag whether it is flow layout format or not

isExportFlow

public boolean isExportFlow()
get report layout style.

Returns:
boolean true if it is flow layout format

isNoMargin

public boolean isNoMargin()
get report page margin.

Returns:
boolean true if do not use the margin

copy

public RtfParameter copy()
add this method for MailInformation can clone this object

Returns:
RtfParameter clone a object