PDF v0.3.1 Pdf.Page View Source

Link to this section Summary

Link to this section Functions

Link to this function

add_image(page, arg, image, opts \\ [])

View Source
Link to this function

annotate_attributed_text(text, page, opts)

View Source
Link to this function

new(opts \\ [size: :a4])

View Source
Link to this function

rectangle(page, arg1, arg2)

View Source
Link to this function

set_fill_color(page, color)

View Source
Link to this function

set_font(page, name, size, opts \\ [])

View Source
Link to this function

set_font_size(page, size)

View Source
Link to this function

set_line_cap(page, style)

View Source
Link to this function

set_line_join(page, style)

View Source
Link to this function

set_line_width(page, width)

View Source
Link to this function

set_stroke_color(page, color)

View Source
Link to this function

set_text_leading(page, leading)

View Source
Link to this function

table(page, data, xy, wh)

View Source

See Pdf.Table.table/4.

Link to this function

table(page, data, xy, wh, opts)

View Source

See Pdf.Table.table/5.

Link to this function

table!(page, data, xy, wh)

View Source

See Pdf.Table.table!/4.

Link to this function

table!(page, data, xy, wh, opts)

View Source

See Pdf.Table.table!/5.

Link to this function

text_at(page, xy, text, opts \\ [])

View Source
Link to this function

text_lines(page, xy, lines, opts \\ [])

View Source
Link to this function

text_wrap(page, xy, wh, text, opts \\ [])

View Source
Link to this function

text_wrap!(page, xy, wh, text, opts \\ [])

View Source