cpdf-source/cpdfpresent.mli

9 lines
299 B
OCaml
Raw Normal View History

2021-12-17 17:12:03 +01:00
(** {2 Presentations} *)
(** [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