User`s guide
mlreportgen.dom.DocumentPart class
12-81
Properties
Children — Children of this document
cell array of mlreportgen.dom.Element objects
This read-only property lists child elements that the document element contains.
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.
CurrrentDOCXSection — The current section of Word document
mlreportgen.dom.DOCXSection object
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 [].
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.
Parent — Parent of document element
DOM object
This read-only property lists the parent of this document element.
Tag — Tag for document element
string
Tag for document element, specified as a string.