PyFPDF
Project Home
Home
ProjectHome
Reference manual
Tutorial
Tutorial (Spanish translation)
FAQ (Frequently asked questions)
Python 3
Templates
Unicode
Web2Py framework
Testing
Development
Reference manual
accept_page_break
add_font
add_link
add_page
alias_nb_pages
cell
close
dashed_line
ellipse
error
FPDF
footer
get_string_width
get_x
get_y
get_y
Description
See also
header
image
load_resource
line
link
ln
multi_cell
open
output
page_no
rect
set_author
set_auto_page_break
set_compression
set_creator
set_doc_option
set_display_mode
set_draw_color
set_fill_color
set_font
set_font_size
set_keywords
set_left_margin
set_line_width
set_link
set_margins
set_right_margin
set_stretching
set_subject
set_text_color
set_title
set_top_margin
set_x
set_xy
set_y
text
write
write_html
PyFPDF
Docs
»
Reference manual »
get_y
Edit on GitHub
get_y
fpdf.get_y()
Description
Returns the ordinate of the current position.
See also
get_x
,
set_x
,
set_y
,
set_xy
.