A wrapper for BpsMargins.
More...
A wrapper for BpsMargins.
Example use within a report:
A wrapper for BpsMargins.
Definition: bps.Margins.js:13
The bps extension is a namespace assembling general BPS properties and functions.
Definition: bps.AsyncIO.js:1
The report is a static global object which exists only while processing a BPS report.
Definition: report.Item.js:2
◆ Margins() [1/2]
bps::Margins::Margins |
( |
Number |
aTopBottom, |
|
|
Number |
aLeftRight |
|
) |
| |
Initializing constructor.
- Parameters
-
aTopBottom | The top and bottom margin. |
aLeftRight | The left and right margin. |
◆ Margins() [2/2]
bps::Margins::Margins |
( |
Number |
aTop, |
|
|
Number |
aRight, |
|
|
Number |
aBottom, |
|
|
Number |
aLeft |
|
) |
| |
Initializing constructor.
- Parameters
-
aTop | The top margin. |
aRight | The right margin. |
aBottom | The bottom margin. |
aLeft | The left margin. |
◆ toString()
String bps::Margins::toString |
( |
| ) |
const |
- Returns
- Returns "BpsMargins(top,right,bottom,left)"
◆ bottom
Number bps::Margins::bottom |
|
readwrite |
◆ left
Number bps::Margins::left |
|
readwrite |
◆ right
Number bps::Margins::right |
|
readwrite |
◆ top
The documentation for this class was generated from the following file: