User`s guide

12 Classes – Alphabetical List
12-54
mlreportgen.dom.CounterInc class
Package: mlreportgen.dom
Number stream counter incrementer
Description
Creates a numbering stream counter incrementer.
Construction
counterIncObj = CounterInc() creates an empty counter incrementer.
counterIncObj = CounterInc(streamName) creates a counter incrementer for
the specified numbering stream. Assigning this format to the style of a DOM object
causes the associated stream counter to be incremented when the object is appended to a
document.
Input Arguments
streamName — Numbering stream name
string
Numbering stream name, specified as a string.
Output Arguments
counterIncObj — Numbering stream counter incrementer
mlreportgen.dom.CounterInc object
Numbering stream counter incrementer, represented by an
mlreportgen.dom.CounterInc object.
Properties
Id — ID for document element
string