We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4824985 commit 250562dCopy full SHA for 250562d
src/PhpWord/Element/Footer.php
@@ -61,4 +61,24 @@ public function getType()
61
{
62
return $this->type;
63
}
64
+
65
+ /**
66
+ * First page only footer
67
+ *
68
+ * @return string
69
+ */
70
+ public function firstPage()
71
+ {
72
+ return $this->type = self::FIRST;
73
+ }
74
75
76
+ * Even numbered pages only
77
78
79
80
+ public function evenPage()
81
82
+ return $this->type = self::EVEN;
83
84
0 commit comments