TextFont property



The font used for the text in the range.

Syntax

Set:     Range.setTextFont(theFont)
Get: theFont = Range.getTextFont

Applies to

Range object.

Data type

Font. An object of type Font, which is defined in the java.awt package. [[PS: Ref. a topic about accessing java classes.]]

See also
DefaultTextFont property
TextBold property
TextColor property
TextFontName property
TextItalic property
TextSize property
defaultTextColor PARAM tag
defaultTextFont PARAM tag
defaultTextFontName PARAM tag
defaultTextSize PARAM tag