|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectConditionFormulaType
com.crystaldecisions.sdk.occa.report.definition.SectionAreaFormatConditionFormulaType
public final class SectionAreaFormatConditionFormulaType
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
For internal use only |
static int |
_enableClampPageFooter
Removes extra white space at the end of a page, between report details and the page footer. |
static int |
_enableHideForDrillDown
Hidden, but available for drill down. |
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 int |
_groupNumberPerPage
The number of groups displayed per page, for customized pagination |
static int |
_recordNumberPerPage
The number of records displayed per page, for customized pagination |
static SectionAreaFormatConditionFormulaType |
backgroundColor
A SectionAreaFormatConditionFormulaType object that specifies the
background color. |
static SectionAreaFormatConditionFormulaType |
cssClass
For internal use only |
static SectionAreaFormatConditionFormulaType |
enableClampPageFooter
A SectionAreaFormatConditionFormulaType object that specifies if white space should be visible at the end of a page,
used for customized pagination
|
static SectionAreaFormatConditionFormulaType |
enableHideForDrillDown
A SectionAreaFormatConditionFormulaType object that specifies that the section
area is hidden, but available for drill down. |
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. |
static SectionAreaFormatConditionFormulaType |
groupNumberPerPage
A SectionAreaFormatConditionFormulaType object that specifies that how many groups are displayed
per page, used for customized pagination
|
static SectionAreaFormatConditionFormulaType |
recordNumberPerPage
A SectionAreaFormatConditionFormulaType object that specifies that how many records are displayed
per page, used for customized pagination
|
| 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 |
|---|
public static final int _enableSuppress
Suppress.
public static final int _enablePrintAtBottomOfPage
Print the group value only at the bottom of a page.
public static final int _enableNewPageAfter
Insert a new page after each section.
public static final int _enableNewPageBefore
Insert a new page before each section.
public static final int _enableKeepTogether
Keep all the lines from a given section together.
public static final int _enableSuppressIfBlank
Suppress if blank.
public static final int _enableResetPageNumberAfter
Resets the page number to 1 for the page following a group total.
public static final int _enableUnderlaySection
Underlay section.
public static final int _backgroundColor
Background color.
public static final int _enableHideForDrillDown
Hidden, but available for drill down.
public static final int _groupNumberPerPage
The number of groups displayed per page, for customized pagination
public static final int _recordNumberPerPage
The number of records displayed per page, for customized pagination
public static final int _enableClampPageFooter
Removes extra white space at the end of a page, between report details and the page footer. Used for customized pagination.
public static final int _cssClass
public static final SectionAreaFormatConditionFormulaType enableSuppress
A SectionAreaFormatConditionFormulaType object that specifies to suppress
this section area.
public static final SectionAreaFormatConditionFormulaType enablePrintAtBottomOfPage
A SectionAreaFormatConditionFormulaType object that specifies to
print the group value only at the bottom of a page.
public static final SectionAreaFormatConditionFormulaType enableNewPageAfter
A SectionAreaFormatConditionFormulaType object that specifies to
insert a new page after each section.
public static final SectionAreaFormatConditionFormulaType enableNewPageBefore
A SectionAreaFormatConditionFormulaType object that specifies to
insert a new page before each section.
public static final SectionAreaFormatConditionFormulaType enableKeepTogether
A SectionAreaFormatConditionFormulaType object that specifies to
keep all the lines from a given section together.
public static final SectionAreaFormatConditionFormulaType enableSuppressIfBlank
A SectionAreaFormatConditionFormulaType object that specifies to
suppress this section area if it is blank.
public static final SectionAreaFormatConditionFormulaType enableResetPageNumberAfter
A SectionAreaFormatConditionFormulaType object that specifies to
reset the page number to 1 for the page following a group total.
public static final SectionAreaFormatConditionFormulaType enableUnderlaySection
A SectionAreaFormatConditionFormulaType object that specifies to
underlay this section.
public static final SectionAreaFormatConditionFormulaType backgroundColor
A SectionAreaFormatConditionFormulaType object that specifies the
background color.
public static final SectionAreaFormatConditionFormulaType enableHideForDrillDown
A SectionAreaFormatConditionFormulaType object that specifies that the section
area is hidden, but available for drill down.
public static final SectionAreaFormatConditionFormulaType groupNumberPerPage
A SectionAreaFormatConditionFormulaType object that specifies that how many groups are displayed
per page, used for customized pagination
public static final SectionAreaFormatConditionFormulaType recordNumberPerPage
A SectionAreaFormatConditionFormulaType object that specifies that how many records are displayed
per page, used for customized pagination
public static final SectionAreaFormatConditionFormulaType enableClampPageFooter
A SectionAreaFormatConditionFormulaType object that specifies if white space should be visible at the end of a page,
used for customized pagination
public static final SectionAreaFormatConditionFormulaType cssClass
| Method Detail |
|---|
public static final SectionAreaFormatConditionFormulaType from_int(int i)
Returns the SectionAreaFormatConditionFormulaType object corresponding to the specified value.
i - The int value of the desired SectionAreaFormatConditionFormulaType object.
SectionAreaFormatConditionFormulaType object corresponding to the specified value.public static final SectionAreaFormatConditionFormulaType from_string(java.lang.String sVal)
Returns the SectionAreaFormatConditionFormulaType object corresponding to the specified type.
sVal - The String value of the desired SectionAreaFormatConditionFormulaType object.
SectionAreaFormatConditionFormulaType object corresponding to the specified type.public java.lang.String toString()
Returns the String value of this SectionAreaFormatConditionFormulaType object.
String value of this SectionAreaFormatConditionFormulaType object.public int value()
Returns the int value of this SectionAreaFormatConditionFormulaType object.
int value of this SectionAreaFormatConditionFormulaType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||