com.crystaldecisions.sdk.occa.report.definition
Interface ICommonFieldFormat

All Superinterfaces:
IClone
All Known Implementing Classes:
CommonFieldFormat

public interface ICommonFieldFormat
extends IClone

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

getConditionFormulas

CommonFieldFormatConditionFormulas getConditionFormulas()

Returns the condition formulas used to override the common field's format settings.

Returns:
A CommonFieldFormatConditionFormulas object containing the condition formulas used to override the common field's format settings.

getEnableSuppressIfDuplicated

boolean getEnableSuppressIfDuplicated()

Returns whether duplicate fields are printed or not.

Returns:
true if duplicate fields are not printed, and false otherwise.

getEnableSystemDefault

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.

Returns:
true if the system default format is used, and false otherwise.

setConditionFormulas

void setConditionFormulas(CommonFieldFormatConditionFormulas conditionFormulas)

Sets the condition formulas used to override the common field's format settings.

Parameters:
conditionFormulas - A CommonFieldFormatConditionFormulas object containing the condition formulas used to override the common field's format settings.

setEnableSuppressIfDuplicated

void setEnableSuppressIfDuplicated(boolean enableSuppressIfDuplicated)

Sets whether duplicate fields are printed or not.

Parameters:
enableSuppressIfDuplicated - true if duplicate fields are not printed, and false otherwise.

setEnableSystemDefault

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.

Parameters:
EnableSystemDefault - true if the system default format is used, and false otherwise.