KReport
KReportKSpreadRenderer.cpp
36 bool KoReportKSpreadRenderer::render(const KoReportRendererContext& context, ORODocument* document, int page)
59 (section->type() == KReportSectionData::PageFooterAny && !renderedPageFooter && s > document->sectionCount() - 2)) { //render the page foot right at the end, it will either be the last or second last section if there is a report footer
81 "<img src=\"./" + fi.fileName() + "/object" + QString::number(s) + QString::number(i) + ".png\"></img>"
A text box primitive it defines a box region and text that will be rendered inside that region,...
Definition: KReportRenderObjects.h:263
OROSection * section(int index)
Return a pointer to a given section.
Definition: KReportRenderObjects.cpp:95
NoError
Represents a single document containing one or more OROPage elements.
Definition: KReportRenderObjects.h:49
Q_SCRIPTABLE CaptureState status()
Represents a single a single row in a document and may contain zero or more OROPrimitives.
Definition: KReportRenderObjects.h:197
int sectionCount() const
Return the total number of sections in the document.
Definition: KReportRenderObjects.cpp:138
Represents the basic primitive with a position and type. Other primitives are subclasses with a defin...
Definition: KReportRenderObjects.h:233
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:17:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:17:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.