KReport
KReportKSpreadRenderer.cpp
36bool 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>"
91 "<img src=\"./" + fi.fileName() + "/object" + QString::number(s) + QString::number(i) + ".png\"></img>"
Represents a single document containing one or more OROPage elements.
Definition KReportRenderObjects.h:50
OROSection * section(int index)
Return a pointer to a given section.
Definition KReportRenderObjects.cpp:95
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:234
Represents a single a single row in a document and may contain zero or more OROPrimitives.
Definition KReportRenderObjects.h:198
A text box primitive it defines a box region and text that will be rendered inside that region,...
Definition KReportRenderObjects.h:264
Q_SCRIPTABLE CaptureState status()
NoError
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.