SECTIONS
Table of Contents
Functions
- sections() : mixed
- Set and get the initial sectPr element
- writeSections() : string
- Insert section breaks other than the default (i.e., section breaks have been inserted in the WP).
- pageNums() : mixed
- Set and get page number options. These are written as part of the section block.
Functions
sections()
Set and get the initial sectPr element
sections(string $method[, XMLWriter $xml = NULL ][, string $section = '' ]) : mixed
Parameters
- $method : string
- $xml : XMLWriter = NULL
-
Default NULL
- $section : string = ''
-
Default ''
writeSections()
Insert section breaks other than the default (i.e., section breaks have been inserted in the WP).
writeSections(string $input) : string
Note that the code here only allows for one set of section variables regarding page dimensions. This is fine for our purposes . . .
Parameters
- $input : string
Return values
stringpageNums()
Set and get page number options. These are written as part of the section block.
pageNums(string $method[, string $input = '' ]) : mixed
Parameters
- $method : string
- $input : string = ''