@Deprecated public class CellsPageSetup extends Object
Represents printing page properties for a worksheet.
Modifier and Type | Method and Description |
---|---|
double |
getBottomMargin()
Deprecated.
Gets the size of the bottom margin in points.
|
double |
getHeight()
Deprecated.
Gets the height of a printing page in points.
|
double |
getLeftMargin()
Deprecated.
Gets the size of the left margin in points.
|
double |
getRightMargin()
Deprecated.
Gets the size of the right margin in points.
|
double |
getTopMargin()
Deprecated.
Gets the size of the top margin in points.
|
double |
getWidth()
Deprecated.
Gets the width of a printing page in points.
|
public final double getWidth()
Gets the width of a printing page in points.
public final double getHeight()
Gets the height of a printing page in points.
public final double getLeftMargin()
Gets the size of the left margin in points.
public final double getRightMargin()
Gets the size of the right margin in points.
public final double getTopMargin()
Gets the size of the top margin in points.
public final double getBottomMargin()
Gets the size of the bottom margin in points.