Skip to content

Commit a588e1b

Browse files
author
Hugo Mercier
committedOct 4, 2012
Add function helps for $page, $numpages, $feature and $numfeatures
1 parent ea44e0f commit a588e1b

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed
 
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>$feature function</h3>
2+
In atlas generation, returns the current feature number that is iterated over on the coverage layer.
3+
4+
<h4>Syntax</h4>
5+
<pre>$feature</pre>
6+
7+
<h4>Arguments</h4>
8+
None
9+
10+
<h4>Example</h4>
11+
<pre>$feature &rarr; 2</pre>
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>$numfeatures function</h3>
2+
In atlas generation, returns the total number of features within the coverage layer.
3+
4+
<h4>Syntax</h4>
5+
<pre>$numfeatures</pre>
6+
7+
<h4>Arguments</h4>
8+
None
9+
10+
<h4>Example</h4>
11+
<pre>$numfeatures &rarr; 42</pre>
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>$numpages function</h3>
2+
Returns the total number of pages in the composition.
3+
4+
<h4>Syntax</h4>
5+
<pre>$numpages</pre>
6+
7+
<h4>Arguments</h4>
8+
None
9+
10+
<h4>Example</h4>
11+
<pre>$numpages &rarr; 42</pre>
12+

‎resources/function_help/$page-en_US

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>$page function</h3>
2+
Returns the current page number within a composition.
3+
4+
<h4>Syntax</h4>
5+
<pre>$page</pre>
6+
7+
<h4>Arguments</h4>
8+
None
9+
10+
<h4>Example</h4>
11+
<pre>$page &rarr; 2</pre>
12+

0 commit comments

Comments
 (0)
Please sign in to comment.