set_x.md

April 12, 2015 ยท View on GitHub

set_x

fpdf.set_x(x: float)

Description

Defines the abscissa of the current position. If the passed value is negative, it is relative to the right of the page.

Parameters

x:

The value of the abscissa.

See also

get_x, get_y, set_y, set_xy.

Contents

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