Main Content

mlreportgen.dom.FontFamily class

Package: 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.

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

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