pageNumberStart property

int? pageNumberStart
getter/setter pair

The page number from which to start counting the number of pages for this section.

If unset, page numbering continues from the previous section. If the value is unset in the first SectionBreak, refer to DocumentStyle's page_number_start. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error.

Implementation

core.int? pageNumberStart;