|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PageHeaderFooter
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Represents a page header or a page footer.
ReportContainer| Method Summary | |
|---|---|
FreeCell |
createFreeCell(java.lang.String text)
Creates a new cell holding a specified text. |
ReportCell |
createReportCell(ReportExpression expr)
Creates a new cell, based on a report expression. |
double |
getHeight()
Returns the height of this header or footer. |
boolean |
isHeader()
Checks wheather this object represents a header or a footer. |
void |
setHeight(double size)
Changes the height of this header or footer. |
| Methods inherited from interface com.businessobjects.rebean.wi.ReportElementContainer |
|---|
copyReportElement, getWidth, move, removeAllChildren, removeReportElement, removeReportElementAt |
| Methods inherited from interface com.businessobjects.rebean.wi.ReportElement |
|---|
getFather, getID, getReportElement, getReportElement, getReportElementCount |
| Methods inherited from interface com.businessobjects.rebean.wi.TreeNode |
|---|
getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Methods inherited from interface com.businessobjects.rebean.wi.Unit |
|---|
getUnit, setUnit |
| Methods inherited from interface com.businessobjects.rebean.wi.Decoration |
|---|
getAlignment, getAttributes, getBackgroundAlignment, getFont, setAlignment, setAttributes, setBackgroundAlignment, setFont |
| Method Detail |
|---|
boolean isHeader()
true when this instance is a page header, or false when it is
a page footerFreeCell createFreeCell(java.lang.String text)
text - the text to display in the cell
java.lang.NullPointerException - when text is nullReportCell createReportCell(ReportExpression expr)
expr - the report expression
java.lang.NullPointerException - when expr is nulldouble getHeight()
Unit.getUnit().
void setHeight(double size)
Unit.getUnit().
size - the new height
java.lang.IllegalArgumentException - when size < 0.0
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||