set_y.md

April 12, 2015 ยท View on GitHub

set_y

fpdf.set_y(y: float)

Description

Moves the current abscissa back to the left margin and sets the ordinate. If the passed value is negative, it is relative to the bottom of the page.

Parameters

y:

The value of the ordinate.

See also

get_x, get_y, set_x, set_xy.

Contents

  1. 1set_y
  2. 1.1Description
  3. 1.2Parameters
  4. 1.3See also