.

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

JAVA/CORBA CLASSES


HeaderFontStyle property
Example

Read-write. The font style of the header in a column.

Note This property is new with Release 6.5.

Defined in

ViewColumn

Data type

int

Syntax

public int getHeaderFontStyle()
   throws NotesException

public void setHeaderFontStyle(int style)
   throws NotesException

Legal values


Usage

The font style can have multiple values. For example, the style might be ViewColumn.FONT_BOLD and ViewColumn.FONT_ITALIC.

You can use IsHeaderFontBold, IsHeaderFontItalic, IsHeaderFontStrikethrough, and IsHeaderFontUnderline to query and set the font styles.

Language cross-reference

HeaderFontStyle property in LotusScript NotesViewColumn class

Example
See Also