Numbering
Page and automatic heading numbering
Use the DOM API to create and format document numbering streams, such as page numbers and figure captions.
Classes
mlreportgen.dom.PageNumber | Format page numbers | 
mlreportgen.dom.AutoNumber | Automatically generated number | 
mlreportgen.dom.AutoNumberStream | Numbering stream | 
mlreportgen.dom.CounterInc | Number stream counter incrementers | 
mlreportgen.dom.CounterReset | Reset numbering stream counters | 
mlreportgen.dom.Page | Create page number placeholder | 
Topics
- Number Pages in a Word Template
Specify page numbering in a report by customizing a Word template.
 - Add Complex Page Numbers in Microsoft Word
Add complex page numbers in Word reports.
 - Number Pages in a PDF Template
Specify page numbering in a report by customizing a PDF template.
 - Number Section Headings, Table Titles, and Figure Captions Programmatically
Create numbered chapter and subsection headings.
 - Programmatically Number Pages
Use the DOM and Report APIs to number Word or PDF pages.
 - Automatically Number Document Content
Add automatic numbering to a report.
 - What Are Reporters?
Get an overview of reporters and how to use them, and an overview of Report and DOM APIs.