|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.BorderMargins
public class BorderMargins
Represents the size of the border around a ReportObject
.
Instances of this class are immutable.
ReportObject.getBorderMargins()
Method Summary | |
---|---|
int |
getBottom()
Gets the bottom margin. |
int |
getLeft()
Gets the left margin. |
int |
getRight()
Gets the right margin. |
int |
getTop()
Gets the top margin. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getTop()
public int getLeft()
public int getBottom()
public int getRight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |