.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


NotesFont property
Example

Read-write. Font rich text attribute as listed below.

Note This property is new with Release 4.6.

Defined in

NotesRichTextStyle

Data type

Constant of type Integer

Syntax

To get: notesFont = notesRichTextStyle.NotesFont

To set: notesRichTextStyle.NotesFont = notesFont

Legal values

The following values are predefined. Obtain additional values, starting at 5, with GetNotesFont.


Language cross-reference

Font in Java RichTextStyle class

TextSetFontFace @command in formula language

Example
See Also