mlreportgen.dom.AutoNumberStream class
Package: mlreportgen.dom
Numbering stream
Description
A numbering stream generates a sequence of numbers for numbering chapters,
tables, figures, and other document objects. To create a numbering stream
object, use the createAutoNumberStream
method.
The mlreportgen.dom.AutoNumberStream
class is a handle
class.
Properties
CharacterCase
— Character case of generated numbers
'lower'
| 'upper'
Character case of generated numbers, specified as:
'lower'
— lowercase (for example, a, b ,c)'upper'
— uppercase (for example, A, B, C)
CharacterType
— Character type of generated numbers
'alphabetic'
| 'arabic'
| 'roman'
Character type of generated numbers, specified as:
'alphabetic'
— for example, a, b, c'arabic'
— for example, 1, 2, 3'roman'
— for example, i, ii, iii
Id
— ID for this document element
character vector | string scalar
ID for this document element, specified as a character vector or string scalar. The DOM generates a session-unique ID when it creates the document element. You can specify your own ID.
Attributes:
GetAccess | public |
SetAccess | public |
NonCopyable | true |
Data Types: char
| string
InitialValue
— Initial value of generated number
character vector
The value of this property should be one less than the number that you want to be generated first. For example, if you want the number of the first item to be numbered by this stream to be 2, set the value of this property to 1.
StreamName
— Name of numbering stream
character vector
Name of numbering stream, specified as a character vector.
Tag
— Tag for this document element
character vector | string scalar
Tag for this document element, specified as a character vector or string scalar.
The DOM generates a session-unique tag as part of the creation of this object. The
generated tag has the form CLASS:ID, where CLASS is the object class and ID is the value
of the Id
property of the object. Specifying your own tag value can
help you to identify where an issue occurred during document generation.
Attributes:
GetAccess | public |
SetAccess | public |
NonCopyable | true |
Data Types: char
| string
Version History
Introduced in R2014b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)