|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageMargins
This interface allows you to get and set the page margins of the report. This information includes: the top, bottom, left, and right margins of the report. These margins are absolute. The right margin is not relative to the left margin and the bottom margin is not relative to the top margin. All margins are measured in twips.
Method Summary | |
---|---|
int |
getBottom()
Gets the bottom margin of the report. |
int |
getLeft()
Gets the left margin of the report. |
int |
getRight()
Gets the right margin of the report. |
int |
getTop()
Gets the top margin of the report. |
void |
setBottom(int bottom)
Sets the bottom margin of the report. |
void |
setLeft(int left)
Sets the left margin of the report. |
void |
setRight(int right)
Sets the right margin of the report. |
void |
setTop(int top)
Sets the top margin of the report. |
Method Detail |
---|
int getTop()
Gets the top margin of the report.
int getBottom()
Gets the bottom margin of the report.
int getLeft()
Gets the left margin of the report.
int getRight()
Gets the right margin of the report.
void setTop(int top)
Sets the top margin of the report.
top
- the top margin of the reportvoid setBottom(int bottom)
Sets the bottom margin of the report.
bottom
- the bottom margin of the reportvoid setLeft(int left)
Sets the left margin of the report.
left
- the left margin of the reportvoid setRight(int right)
Sets the right margin of the report.
right
- the right margin of the report
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |