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.
2 parents 56ca30a + 9d65414 commit c9b19cfCopy full SHA for c9b19cf
docs/containers.rst
@@ -104,6 +104,12 @@ You can pass an optional parameter to specify where the header/footer should be
104
- ``Footer::FIRST`` each first page of the section
105
- ``Footer::EVEN`` each even page of the section. Will only be applied if the evenAndOddHeaders is set to true in phpWord->settings
106
107
+To change the evenAndOddHeaders use the ``getSettings`` method to return the Settings object, and then call the ``setEvenAndOddHeaders`` method:
108
+
109
+.. code-block:: php
110
+ $phpWord->getSettings()->setEvenAndOddHeaders(true);
111
112
113
Footers
114
-------
115
0 commit comments