mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
{
|
|
"name": "$page",
|
|
"type": "function",
|
|
"description": "Returns the current page number within a print layout.",
|
|
"examples": [{
|
|
"expression": "$page",
|
|
"returns": "2"
|
|
}],
|
|
"tags": ["layout", "print", "page", "current"]
|
|
}
|