57
Name
Parameters
Description
moveDown(lines?,
font?): PdfPageArea
lines? (number): Number of lines to
move down.
(default value: 1)
font? (PdfFont): Font to calculate the
line height.
Moves down the y by a given number of lines using
the given font or, using the font of current
document, if not specified.
Returns The PdfPageArea object.
(inherited from PdfPageArea).
moveUp(lines?, font?): PdfPageArea
lines? (number): Number of lines to
move up.
(default value: 1)
font? (PdfFont): Font to calculate the
line height.
Moves up the y by a given number of lines using the
given font or, using the font of current document, if
not specified.
Returns The PdfPageArea object.
(inherited from PdfPageArea).
rotate(angle, origin?): PdfPageArea
angle (number): The rotation angle, in
degrees.
origin? (Point): The Point of rotation,
in points. If it is not provided, then the
top left corner is used.
Rotates the graphic context clockwise by a specified
angle.
(inherited from PdfPageArea).
scale(xFactor, yFactor?,
origin?):PdfPageArea
xFactor (number): The factor to scale
the X dimension.
yFactor? (number): The factor to
scale the Y dimension. If it is not
provided, it is assumed to be equal to
xFactor.
(default value: xFactor)
origin? (Point): The Point to scale
around, in points. If it is not provided,
then the top left corner is used.
Scales the graphic context by a specified scaling
factor.
The scaling factor value within the range [0, 1]
indicates that the size will be decreased. The scaling
factor value greater than 1 indicates that the size will
be increased.
Returns The PdfPageArea object.
ect.
(inherited from PdfPageArea).
.