mlreportgen.ppt.Number Class
Namespace: mlreportgen.ppt
Description
Use an object of the mlreportgen.ppt.Number
class to convert a number to formatted
text that you can include in a document.
The conversion uses the first of these format specifications that it finds:
The specification in the
mlreportgen.ppt.NumberFormat
object in theStyle
property of theNumber
objectThe specification in the
NumberFormat
object in theStyle
property of the element, such as a paragraph, list, or table, that contains theNumber
objectThe default specification set by
mlreportgen.ppt.setDefaultNumberFormat
If the conversion does not find a format specification, the conversion uses the maximum number of digits needed to represent the number accurately.
The mlreportgen.ppt.Number
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
Properties
Methods
Examples
Version History
Introduced in R2024b