|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Margins
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Margins
interface represents the margins of a page.
PageInfo.getMargins()
Method Summary | |
---|---|
double |
getBottom()
Returns the size of the margin at the bottom of the page. |
double |
getLeft()
Returns the size of the margin at the left of the page. |
double |
getRight()
Returns the size of the margin at the right of the page. |
double |
getTop()
Returns the size of the margin at the top of the page. |
void |
setBottom(double size)
Changes the size of the margin at the bottom of the page. |
void |
setLeft(double size)
Changes the size of the margin at the left of the page. |
void |
setRight(double size)
Changes the size of the margin at the right of the page. |
void |
setTop(double size)
Sets the size of the margin at the top of the page. |
Methods inherited from interface com.businessobjects.rebean.wi.Unit |
---|
getUnit, setUnit |
Method Detail |
---|
double getTop()
The value is in the Web Intelligence default unit.
void setTop(double size)
The value is in the Web Intelligence default unit.
size
- The new margin size.
java.lang.IllegalArgumentException
- If size < 0
.double getBottom()
The value is in the Web Intelligence default unit.
void setBottom(double size)
The value is in the Web Intelligence default unit.
size
- The new margin size.
java.lang.IllegalArgumentException
- If size < 0
.double getLeft()
The value is in the Web Intelligence default unit.
void setLeft(double size)
The value is in the Web Intelligence default unit.
size
- The new margin size.
java.lang.IllegalArgumentException
- If size < 0
.double getRight()
The value is in the Web Intelligence default unit.
void setRight(double size)
The value is in the Web Intelligence default unit.
java.lang.IllegalArgumentException
- If size < 0
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |