QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Contains details of a page being exported by the class. More...
#include <qgslayoutexporter.h>
Public Attributes | |
QString | baseName |
Base part of filename (i.e. file name without extension or '.') | |
QString | directory |
Target folder. | |
QString | extension |
File suffix/extension (without the leading '.') | |
int | page = 0 |
Page number, where 0 = first page. | |
Contains details of a page being exported by the class.
Definition at line 65 of file qgslayoutexporter.h.
QString QgsLayoutExporter::PageExportDetails::baseName |
Base part of filename (i.e. file name without extension or '.')
Definition at line 71 of file qgslayoutexporter.h.
QString QgsLayoutExporter::PageExportDetails::directory |
Target folder.
Definition at line 68 of file qgslayoutexporter.h.
QString QgsLayoutExporter::PageExportDetails::extension |
File suffix/extension (without the leading '.')
Definition at line 74 of file qgslayoutexporter.h.
int QgsLayoutExporter::PageExportDetails::page = 0 |
Page number, where 0 = first page.
Definition at line 77 of file qgslayoutexporter.h.