Module ep_pagination

License: File: ep_pagination.erl Description: Pagination functions.

Copyright © 2018 Lloyd R. Prentice

Version: .01

Authors: Lloyd R. Prentice.

Description

License: File: ep_pagination.erl Description: Pagination functions

Function Index

first_page/1Set first page of galley.
next_page/1Set next page of galley.
pageno/1Display page_number NOTE: This is an alternative function to ep_page_number:create/2; ep_page_number:page_number/3 We should probably pick one.

Function Details

first_page/1

first_page(PDF::pdf_server_pid()) -> ok

Set first page of galley

next_page/1

next_page(PDF::pdf_server_pid()) -> ok

Set next page of galley

pageno/1

pageno(PDF::identifier()) -> ok

Display page_number NOTE: This is an alternative function to ep_page_number:create/2; ep_page_number:page_number/3 We should probably pick one


Generated by EDoc