User`s guide

12 Classes – Alphabetical List
12-86
This read-only property for a Word document is a mlreportgen.dom.DOCXSection
object that specifies the properties, as well as the headers and footers, of the current
document section. In HTML documents, the value of this property is always [].
CurrentHoleId — Hole ID of current hole in document
string
This read-only property is the hole ID of the current hole in this document.
CurrentHoleType — Type of current hole
string
This read-only property is the type (inline or block) of the current template hole.
An inline hole is for document elements that a paragraph element can contain: Text,
Image, LinkTarget, ExternalLink, InternalLink, CharEntity, AutoNumber.
A block hole can contain a Paragraph, Table, OrderedList, UnorderedList,
DocumentPart, and Group.
Id — ID for document element
string
A session-unique ID is generated as part of document element creation. You can specify
an ID to replace the generated ID.
PageType — Type of pages on which footer appears
[] (default) | string
Specify the type of page on which the footer appears.
default— appears on odd pages in a section and the first page, if there are no page
footers defined with pageType set to first
first— appears only on the first page of a section
even— appears even paged in a section
To have a footer appear on the first page and on even pages, define two separate footers,
one with pageType set to first and the other with pageType set to even.
Parent — Parent of document element
DOM object
This read-only property lists the parent of this document element.