|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommonFieldFormat
This interface provides the formatting options that are common to all ReportObjects
.
Method Summary | |
---|---|
CommonFieldFormatConditionFormulas |
getConditionFormulas()
Returns the condition formulas used to override the common field's format settings. |
boolean |
getEnableSuppressIfDuplicated()
Returns whether duplicate fields are printed or not. |
boolean |
getEnableSystemDefault()
Returns true if the system default format is used, and false otherwise. |
void |
setConditionFormulas(CommonFieldFormatConditionFormulas conditionFormulas)
Sets the condition formulas used to override the common field's format settings. |
void |
setEnableSuppressIfDuplicated(boolean enableSuppressIfDuplicated)
Sets whether duplicate fields are printed or not. |
void |
setEnableSystemDefault(boolean EnableSystemDefault)
Sets whether the system default format is used. |
Method Detail |
---|
CommonFieldFormatConditionFormulas getConditionFormulas()
Returns the condition formulas used to override the common field's format settings.
CommonFieldFormatConditionFormulas
object containing the condition formulas
used to override the common field's format settings.boolean getEnableSuppressIfDuplicated()
Returns whether duplicate fields are printed or not.
true
if duplicate fields are not printed, and false
otherwise.boolean getEnableSystemDefault()
Returns true
if the system default format is used, and false
otherwise.
If this is set to true
, other format object settings will be ignored.
true
if the system default format is used, and false
otherwise.void setConditionFormulas(CommonFieldFormatConditionFormulas conditionFormulas)
Sets the condition formulas used to override the common field's format settings.
conditionFormulas
- A CommonFieldFormatConditionFormulas
object containing the condition formulas
used to override the common field's format settings.void setEnableSuppressIfDuplicated(boolean enableSuppressIfDuplicated)
Sets whether duplicate fields are printed or not.
enableSuppressIfDuplicated
- true
if duplicate fields are not printed, and false
otherwise.void setEnableSystemDefault(boolean EnableSystemDefault)
Sets whether the system default format is used.
If this is set to true
, other format object settings will be ignored.
EnableSystemDefault
- true
if the system default format is used, and false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |