createAutoNumberStream
Class: mlreportgen.dom.Document
Namespace: mlreportgen.dom
Create numbering stream
Syntax
Description
creates a numbering stream using Arabic numbers and an initial value of
streamOut
= createAutoNumberStream(docObj
,streamName
)0
.
creates a numbering stream using the specified type of characters (Arabic numbers,
alphabetic, or Roman numerals) and an initial value corresponding to 0 (for example,
streamOut
= createAutoNumberStream(docObj
,streamName
,streamType
)a
or i
).
creates a numbering stream using the specified type of characters (Arabic numbers,
alphabetic, or Roman numerals) and specified initial value.streamOut
= createAutoNumberStream(docObj
,streamName
, streamType
, initialValue
)
Examples
Input Arguments
Output Arguments
Tips
When you append an mlreportgen.dom.AutoNumber
object, specify a
numbering stream.
Version History
Introduced in R2014b