package printbox

  1. Overview
  2. Docs
On This Page
  1. Output HTML
Allows to print nested boxes, lists, arrays, tables in several formats

Install

dune-project
 Dependency

Authors

Maintainers

Sources

printbox-0.3.tbz
sha256=7dda76f4f9de0eb4fe08acb363c337a26b3c1b5b03dfa1d7a26c9b0c3f463309
sha512=a3532ed203a1aaeae4767546cfdbaeb5f171e6a737b439dfa9186538a22b5cae716a73ae91b381bf2b46de38a9d0926a992b0c70c7fba183745e50654f1a3872

doc/printbox.html/PrintBox_html/index.html

Module PrintBox_htmlSource

Output HTML

Sourcetype 'a html = 'a Tyxml.Html.elt
Sourceval prelude : [> Html_types.style ] html

HTML text to embed in the "<head>", defining the style for tables

Sourceval prelude_str : string
Sourceval to_html : PrintBox.t -> [ `Div ] html

HTML for one box

Sourceval to_string : PrintBox.t -> string
Sourceval to_string_doc : PrintBox.t -> string

Same as to_string, but adds the prelude and some footer