cpdf-source/cpdfpresent.mli

8 lines
294 B
OCaml
Raw Normal View History

2022-01-13 15:18:21 +00:00
(** Presentations *)
2021-12-17 16:12:03 +00:00
(** [presentation range t d horizontal inward direction effect_duration pdf]
adds a presentation on the pages in [range]. See cpdfmanual.pdf for details.
*)
val presentation : int list -> string option ->
float option -> bool -> bool -> int -> float -> Pdf.t -> Pdf.t