package printbox

  1. Overview
  2. Docs
On This Page
  1. Output HTML
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
Sourcemodule Config : sig ... end
Sourceval to_html : ?config:Config.t -> PrintBox.t -> [ `Div ] html

HTML for one box

Sourceval to_string : ?config:Config.t -> PrintBox.t -> string
Sourceval to_string_doc : ?config:Config.t -> PrintBox.t -> string

Same as to_string, but adds the prelude and some footer

OCaml

Innovation. Community. Security.