|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
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
|
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 |
---|
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 _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 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.
toString
in class java.lang.Object
String
value of this SectionAreaFormatConditionFormulaType
object.public int value()
Returns the int
value of this SectionAreaFormatConditionFormulaType
object.
value
in class ConditionFormulaType
int
value of this SectionAreaFormatConditionFormulaType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |