mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-01-18 19:59:57 +01:00
5 lines
233 B
OCaml
5 lines
233 B
OCaml
(** Table of contents *)
|
|
|
|
(** Typeset a table of contents and prepend to the document. *)
|
|
val typeset_table_of_contents : font:Cpdfembed.cpdffont -> fontsize:float -> title:string -> bookmark:bool -> dotleader:bool -> Pdf.t -> Pdf.t
|