public class PageMargins
extends java.lang.Object
| Constructor and Description |
|---|
PageMargins() |
| Modifier and Type | Method and Description |
|---|---|
PageMargins |
bottom(double bottom) |
PageMargins |
footer(double footer) |
double |
getBottom() |
double |
getFooter() |
double |
getHeader() |
double |
getLeft() |
double |
getRight() |
double |
getTop() |
PageMargins |
header(double header) |
PageMargins |
left(double left) |
static void |
main(java.lang.String[] args) |
PageMargins |
right(double right) |
void |
setBottom(double bottom) |
void |
setFooter(double footer) |
void |
setHeader(double header) |
void |
setLeft(double left) |
void |
setRight(double right) |
void |
setTop(double top) |
PageMargins |
top(double top) |
public double getLeft()
public void setLeft(double left)
public PageMargins left(double left)
public double getTop()
public void setTop(double top)
public PageMargins top(double top)
public double getRight()
public void setRight(double right)
public PageMargins right(double right)
public double getBottom()
public void setBottom(double bottom)
public PageMargins bottom(double bottom)
public double getFooter()
public void setFooter(double footer)
public PageMargins footer(double footer)
public double getHeader()
public void setHeader(double header)
public PageMargins header(double header)
public static void main(java.lang.String[] args)