|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGroupAreaFormat
This interface enables you to get and set behavior for printing the group header and the group area.
Method Summary | |
---|---|
boolean |
getEnableKeepGroupTogether()
Returns true if the group area will be printed on the same page, and
false otherwise. |
boolean |
getEnableRepeatGroupHeader()
Returns true if the group header will be printed on each page, and false
otherwise. |
void |
setEnableKeepGroupTogether(boolean enableKeepGroupTogether)
Sets whether the group area will be printed on the same page. |
void |
setEnableRepeatGroupHeader(boolean enableRepeatGroupHeader)
Sets whether the group header will be printed on each page. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IAreaFormat |
---|
getEnableHideForDrillDown, setEnableHideForDrillDown |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.ISectionAreaFormat |
---|
getBackgroundColor, getConditionFormulas, getEnableKeepTogether, getEnableNewPageAfter, getEnableNewPageBefore, getEnablePrintAtBottomOfPage, getEnableResetPageNumberAfter, getEnableSuppress, setBackgroundColor, setConditionFormulas, setEnableKeepTogether, setEnableNewPageAfter, setEnableNewPageBefore, setEnablePrintAtBottomOfPage, setEnableResetPageNumberAfter, setEnableSuppress |
Method Detail |
---|
boolean getEnableKeepGroupTogether()
Returns true
if the group area will be printed on the same page, and
false
otherwise.
true
if the group area will be printed on the same page, and
false
otherwise.boolean getEnableRepeatGroupHeader()
Returns true
if the group header will be printed on each page, and false
otherwise.
true
if the group header will be printed on each page, and false
otherwise.void setEnableKeepGroupTogether(boolean enableKeepGroupTogether)
Sets whether the group area will be printed on the same page.
enableKeepGroupTogether
- true
if the group area will be printed on the
same page, and false
otherwise.void setEnableRepeatGroupHeader(boolean enableRepeatGroupHeader)
Sets whether the group header will be printed on each page.
enableRepeatGroupHeader
- true
if the group header will be printed on each page, and false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |