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.