buhtzology.bandas.DataContainer - A container managing multiple pandas.DataFrame.buhtzology.report._GenericDocumentOutput - Base class for the different output file types.buhtzology.report.DocxDocument - Export a Report as MS Word docx file.buhtzology.report.MarkdownDocument - Export a Report into a markdown document.buhtzology.report.XlsxDocument - Export a Report into an xlsx (MS Excel) file.buhtzology.report.Report - Content container for a report like document.enum.IntEnumbuhtzology.report._ControlType - An Enum to control page behavior and other parts of a document.buhtzology.report._ReferenceKind - Enum for references list types.typing.NamedTuplebuhtzology.report.Report.Control - Control several page layout aspects.buhtzology.report.Report.Enumeration - Ordered or unordered enumeration.buhtzology.report.Report.Heading - Content element representing a heading element.buhtzology.report.Report.Image - An image content element.buhtzology.report.Report.Paragraph - Content element representing a text paragraph.buhtzology.report.Report.References - Reference list, e.g. TOC, Figure, Tables.buhtzology.report.Report.Table - Content element representing a data table.