Package gnue :: Package reports :: Package adapters :: Package filters :: Package SimpleTabulation :: Package tabulator :: Package formatters :: Module text :: Class DirectFormatter
[show private | hide private]

Class DirectFormatter


Method Summary
  __init__(self, destination, stylesheet, options)
  BeginCol(self)
  BeginColHead(self)
  BeginReport(self)
  BeginReportTitle(self)
  BeginRow(self, rowtype)
  BeginSection(self)
  BeginSectionTitle(self)
  BeginTable(self)
  BeginTableHead(self)
  EndCol(self, col, index)
  EndColHead(self, colhead, width, alignment)
  EndReport(self)
  EndReportTitle(self, reporttitle)
  EndRow(self)
  EndSection(self)
  EndSectionTitle(self, sectiontitle)
  EndTable(self)
  EndTableHead(self)
  writeout(self, text)

Method Details

__init__(self, destination, stylesheet, options={})
(Constructor)

BeginCol(self)

BeginColHead(self)

BeginReport(self)

BeginReportTitle(self)

BeginRow(self, rowtype=None)

BeginSection(self)

BeginSectionTitle(self)

BeginTable(self)

BeginTableHead(self)

EndCol(self, col, index)

EndColHead(self, colhead, width, alignment=None)

EndReport(self)

EndReportTitle(self, reporttitle)

EndRow(self)

EndSection(self)

EndSectionTitle(self, sectiontitle)

EndTable(self)

EndTableHead(self)

writeout(self, text)



GNUe Home

Public API

Developer's Corner