Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HtmlWriter ¶
func (*HtmlWriter) AddHeader ¶
func (h *HtmlWriter) AddHeader(head Header)
func (*HtmlWriter) AddRow ¶
func (h *HtmlWriter) AddRow(r Row)
func (*HtmlWriter) Elem ¶
func (h *HtmlWriter) Elem(s string)
func (*HtmlWriter) EndRow ¶
func (h *HtmlWriter) EndRow()
func (*HtmlWriter) Header ¶
func (h *HtmlWriter) Header(s string)
func (*HtmlWriter) StartRow ¶
func (h *HtmlWriter) StartRow()
type LatexWriter ¶
func (*LatexWriter) AddHeader ¶
func (h *LatexWriter) AddHeader(head Header)
func (*LatexWriter) AddRow ¶
func (h *LatexWriter) AddRow(r Row)
func (*LatexWriter) Elem ¶
func (h *LatexWriter) Elem(s string)
func (*LatexWriter) EndRow ¶
func (h *LatexWriter) EndRow()
func (*LatexWriter) Header ¶
func (h *LatexWriter) Header(s string)
func (*LatexWriter) StartRow ¶
func (h *LatexWriter) StartRow()
Click to show internal directories.
Click to hide internal directories.