Main Content

mlreportgen.dom.FontSize Class

Namespace: mlreportgen.dom

Description

Specifies the size of a font.

The mlreportgen.dom.FontSize class is a handle class.

Creation

Description

fontSizeObj = FontSize creates a 12-point font.

fontSizeObj = FontSize(sizeStr) creates the specified font size.

Input Arguments

expand all

Font size, specified in the format valueUnits. Units is an abbreviation for the units. The following abbreviations are valid:

  • "px" — pixels

  • "cm" — centimeters

  • "in" — inches

  • "mm" — millimeters

  • "pc" — picas

  • "pt" — points

Properties

expand all

Object identifier for mlreportgen.dom.FontSize 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

Tag for mlreportgen.dom.FontSize 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

Font size, in the form valueUnits. Units is an abbreviation for the units. The following abbreviations are valid:

  • "px" — pixels

  • "cm" — centimeters

  • "in" — inches

  • "mm" — millimeters

  • "pc" — picas

  • "pt" — points

Version History

Introduced in R2014b