Main Content

mlreportgen.dom.FontFamily Class

Namespace: mlreportgen.dom

Description

Properties of font family to be used to format document text.

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

Creation

Description

fontFamilyObj = FontFamily creates a Times New Roman font family.

fontFamilyObj = FontFamily(fontStr) creates the specified font family.

Input Arguments

expand all

Font family, specified as a character vector.

Properties

expand all

For HTML documents only. Cell array of character vectors specifying font families that a browser can use if the font family specified in FamilyName is not available on a system.

For Word documents only. Font family to substitute in a locale that requires a complex script (such as Arabic) to render text, specified as a character vector.

For Word documents only. Font family to substitute in an East Asian locale, such as China, Japan, or Korea, specified as a character vector.

Font family to use for document text, specified as a character vector.

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

Version History

Introduced in R2014b