|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISectionFormat
This interface is used to specify the formatting for a section.
Method Summary | |
---|---|
int |
getBackgroundColorValue()
Deprecated. internal use only |
java.lang.String |
getCssClass()
Returns the specified class name for the report object. |
boolean |
getEnableRelativePositions()
|
boolean |
getEnableSuppressIfBlank()
Returns whether the section is suppressed if it is blank. |
boolean |
getEnableUnderlaySection()
Returns whether the section underlays to the following sections. |
void |
setBackgroundColorValue(int backgroundColor)
Deprecated. internal use only |
void |
setCssClass(java.lang.String styleClass)
Sets the specified class name for the report object. |
void |
setEnableRelativePositions(boolean bEnableRelativePositions)
|
void |
setEnableSuppressIfBlank(boolean enableSuppressIfBlank)
Sets whether the section is suppressed if it is blank. |
void |
setEnableUnderlaySection(boolean enableUnderlaySection)
Sets the whether the section underlays to the following sections. |
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 |
---|
int getBackgroundColorValue()
java.lang.String getCssClass()
Returns the specified class name for the report object. This class name can be used in a cascading style sheet (CSS) to indicate a unique style for the selected report object.
String
.boolean getEnableSuppressIfBlank()
Returns whether the section is suppressed if it is blank. If the section is suppressed, it will not appear when the report is displayed or printed.
true
if the section is suppressed if it is blank, and otherwise
false
.boolean getEnableUnderlaySection()
Returns whether the section underlays to the following sections. You can use underlays to create the effect of a watermark that serves as the background for a report.
true
if the section underlays to the following sections, and otherwise
false
.boolean getEnableRelativePositions()
void setBackgroundColorValue(int backgroundColor)
void setCssClass(java.lang.String styleClass)
Sets the specified class name for the report object. This class name can be used in a cascading style sheet (CSS) to indicate a unique style for the selected report object.
styleClass
- The class name of the report object (used in a CSS) as a
String
.void setEnableSuppressIfBlank(boolean enableSuppressIfBlank)
Sets whether the section is suppressed if it is blank. If the section is suppressed, it will not appear when the report is displayed or printed.
enableSuppressIfBlank
- true
if the section is suppressed if it is blank,
and otherwise false
.void setEnableUnderlaySection(boolean enableUnderlaySection)
Sets the whether the section underlays to the following sections. You can use underlays to
create the effect of a watermark that serves as the background for a report. To create an
underlay, first insert the object that you want as an underlay in the section above the
section you want it to underlay and then set enableUnderlaySection
to
true
.
enableUnderlaySection
- true
if the section underlays to the following
sections, and otherwise false
.void setEnableRelativePositions(boolean bEnableRelativePositions)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |