.

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


FontSize property
Example

Read-write. Font size in points.

Note This property is new with Release 4.6.

Defined in

NotesRichTextStyle

Data type

Integer

Syntax

To get: fontSize% = notesRichTextStyle.FontSize

To set: notesRichTextStyle.FontSize = fontSize%

Legal values


Language cross-reference

FontSize in Java RichTextStyle class

TextSetFontSize @command in formula language

TextEnlargeFont @command in formula language

TextReduceFont @command in formula language

Example
See Also