mlreportgen.dom.AutoNumberStream Class
Namespace: 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
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 or string scalar.
Tag
— Tag for mlreportgen.dom.AutoNumberStream
object
character vector | string scalar
Tag for the mlreportgen.dom.AutoNumberStream
object, specified as a character vector or
string scalar. The DOM API 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. Specify your own tag value to help
you identify where to look when an issue occurs during document generation.
Attributes:
NonCopyable | true |
Data Types: char
| string
Id
— Object identifier for mlreportgen.dom.AutoNumberStream
object
character vector | string scalar
Object identifier for the mlreportgen.dom.AutoNumberStream
object, specified as a
character vector or string scalar. The DOM API generates a session-unique identifier
when it creates the document element object. You can specify your own value for
Id
.
Attributes:
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)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)