Margins
Contents
[
Hide
]Margins class.
Constructors
| Constructor | Description |
|---|---|
| Margins() |
Methods
| Method | Description |
|---|---|
| getLeft() | Gets or sets left margin. |
| setLeft(int value) | Gets or sets left margin. |
| getRight() | Gets or sets right margin. |
| setRight(int value) | Gets or sets right margin. |
| getTop() | Gets or sets top margin. |
| setTop(int value) | Gets or sets top margin. |
| getBottom() | Gets or sets bottom margin. |
| setBottom(int value) | Gets or sets bottom margin. |
Margins()
public Margins()
getLeft()
public final int getLeft()
Gets or sets left margin.
Returns: int
setLeft(int value)
public final void setLeft(int value)
Gets or sets left margin.
getRight()
public final int getRight()
Gets or sets right margin.
Returns: int
setRight(int value)
public final void setRight(int value)
Gets or sets right margin.
getTop()
public final int getTop()
Gets or sets top margin.
Returns: int
setTop(int value)
public final void setTop(int value)
Gets or sets top margin.
getBottom()
public final int getBottom()
Gets or sets bottom margin.
Returns: int
setBottom(int value)
public final void setBottom(int value)
Gets or sets bottom margin.