com.crystaldecisions.sdk.occa.report.definition
Class SectionAreaFormatConditionFormulaType

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
      extended by com.crystaldecisions.sdk.occa.report.definition.SectionAreaFormatConditionFormulaType

public final class SectionAreaFormatConditionFormulaType
extends ConditionFormulaType

This class is used to specify the condition formula type for section or area formatting.


Field Summary
static int _backgroundColor
           Background color.
static int _cssClass
           
static int _enableHideForDrillDown
          Deprecated.  
static int _enableKeepTogether
           Keep all the lines from a given section together.
static int _enableNewPageAfter
           Insert a new page after each section.
static int _enableNewPageBefore
           Insert a new page before each section.
static int _enablePrintAtBottomOfPage
           Print the group value only at the bottom of a page.
static int _enableResetPageNumberAfter
           Resets the page number to 1 for the page following a group total.
static int _enableSuppress
           Suppress.
static int _enableSuppressIfBlank
           Suppress if blank.
static int _enableUnderlaySection
           Underlay section.
static SectionAreaFormatConditionFormulaType backgroundColor
           A SectionAreaFormatConditionFormulaType object that specifies the background color.
static SectionAreaFormatConditionFormulaType cssClass
           
static SectionAreaFormatConditionFormulaType enableHideForDrillDown
          Deprecated.  
static SectionAreaFormatConditionFormulaType enableKeepTogether
           A SectionAreaFormatConditionFormulaType object that specifies to keep all the lines from a given section together.
static SectionAreaFormatConditionFormulaType enableNewPageAfter
           A SectionAreaFormatConditionFormulaType object that specifies to insert a new page after each section.
static SectionAreaFormatConditionFormulaType enableNewPageBefore
           A SectionAreaFormatConditionFormulaType object that specifies to insert a new page before each section.
static SectionAreaFormatConditionFormulaType enablePrintAtBottomOfPage
           A SectionAreaFormatConditionFormulaType object that specifies to print the group value only at the bottom of a page.
static SectionAreaFormatConditionFormulaType enableResetPageNumberAfter
           A SectionAreaFormatConditionFormulaType object that specifies to reset the page number to 1 for the page following a group total.
static SectionAreaFormatConditionFormulaType enableSuppress
           A SectionAreaFormatConditionFormulaType object that specifies to suppress this section area.
static SectionAreaFormatConditionFormulaType enableSuppressIfBlank
           A SectionAreaFormatConditionFormulaType object that specifies to suppress this section area if it is blank.
static SectionAreaFormatConditionFormulaType enableUnderlaySection
           A SectionAreaFormatConditionFormulaType object that specifies to underlay this section.
 
Method Summary
static SectionAreaFormatConditionFormulaType from_int(int i)
           Returns the SectionAreaFormatConditionFormulaType object corresponding to the specified value.
static SectionAreaFormatConditionFormulaType from_string(java.lang.String sVal)
           Returns the SectionAreaFormatConditionFormulaType object corresponding to the specified type.
 java.lang.String toString()
           Returns the String value of this SectionAreaFormatConditionFormulaType object.
 int value()
           Returns the int value of this SectionAreaFormatConditionFormulaType object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_enableSuppress

public static final int _enableSuppress

Suppress.

See Also:
Constant Field Values

_enablePrintAtBottomOfPage

public static final int _enablePrintAtBottomOfPage

Print the group value only at the bottom of a page.

See Also:
Constant Field Values

_enableNewPageAfter

public static final int _enableNewPageAfter

Insert a new page after each section.

See Also:
Constant Field Values

_enableNewPageBefore

public static final int _enableNewPageBefore

Insert a new page before each section.

See Also:
Constant Field Values

_enableKeepTogether

public static final int _enableKeepTogether

Keep all the lines from a given section together.

See Also:
Constant Field Values

_enableSuppressIfBlank

public static final int _enableSuppressIfBlank

Suppress if blank.

See Also:
Constant Field Values

_enableResetPageNumberAfter

public static final int _enableResetPageNumberAfter

Resets the page number to 1 for the page following a group total.

See Also:
Constant Field Values

_enableUnderlaySection

public static final int _enableUnderlaySection

Underlay section.

See Also:
Constant Field Values

_backgroundColor

public static final int _backgroundColor

Background color.

See Also:
Constant Field Values

_enableHideForDrillDown

public static final int _enableHideForDrillDown
Deprecated. 

Hidden, but available for drill down.

See Also:
Constant Field Values

_cssClass

public static final int _cssClass
See Also:
Constant Field Values

enableSuppress

public static final SectionAreaFormatConditionFormulaType enableSuppress

A SectionAreaFormatConditionFormulaType object that specifies to suppress this section area.


enablePrintAtBottomOfPage

public static final SectionAreaFormatConditionFormulaType enablePrintAtBottomOfPage

A SectionAreaFormatConditionFormulaType object that specifies to print the group value only at the bottom of a page.


enableNewPageAfter

public static final SectionAreaFormatConditionFormulaType enableNewPageAfter

A SectionAreaFormatConditionFormulaType object that specifies to insert a new page after each section.


enableNewPageBefore

public static final SectionAreaFormatConditionFormulaType enableNewPageBefore

A SectionAreaFormatConditionFormulaType object that specifies to insert a new page before each section.


enableKeepTogether

public static final SectionAreaFormatConditionFormulaType enableKeepTogether

A SectionAreaFormatConditionFormulaType object that specifies to keep all the lines from a given section together.


enableSuppressIfBlank

public static final SectionAreaFormatConditionFormulaType enableSuppressIfBlank

A SectionAreaFormatConditionFormulaType object that specifies to suppress this section area if it is blank.


enableResetPageNumberAfter

public static final SectionAreaFormatConditionFormulaType enableResetPageNumberAfter

A SectionAreaFormatConditionFormulaType object that specifies to reset the page number to 1 for the page following a group total.


enableUnderlaySection

public static final SectionAreaFormatConditionFormulaType enableUnderlaySection

A SectionAreaFormatConditionFormulaType object that specifies to underlay this section.


backgroundColor

public static final SectionAreaFormatConditionFormulaType backgroundColor

A SectionAreaFormatConditionFormulaType object that specifies the background color.


enableHideForDrillDown

public static final SectionAreaFormatConditionFormulaType enableHideForDrillDown
Deprecated. 

A SectionAreaFormatConditionFormulaType object that specifies that the section area is hidden, but available for drill down.


cssClass

public static final SectionAreaFormatConditionFormulaType cssClass
Method Detail

from_int

public static final SectionAreaFormatConditionFormulaType from_int(int i)

Returns the SectionAreaFormatConditionFormulaType object corresponding to the specified value.

Parameters:
i - The int value of the desired SectionAreaFormatConditionFormulaType object.
Returns:
The SectionAreaFormatConditionFormulaType object corresponding to the specified value.

from_string

public static final SectionAreaFormatConditionFormulaType from_string(java.lang.String sVal)

Returns the SectionAreaFormatConditionFormulaType object corresponding to the specified type.

Parameters:
sVal - The String value of the desired SectionAreaFormatConditionFormulaType object.
Returns:
The SectionAreaFormatConditionFormulaType object corresponding to the specified type.

toString

public java.lang.String toString()

Returns the String value of this SectionAreaFormatConditionFormulaType object.

Overrides:
toString in class java.lang.Object
Returns:
The String value of this SectionAreaFormatConditionFormulaType object.

value

public int value()

Returns the int value of this SectionAreaFormatConditionFormulaType object.

Overrides:
value in class ConditionFormulaType
Returns:
The int value of this SectionAreaFormatConditionFormulaType object.