setTitleStyle (RichTextSection - Java)

Sets the style of a section title.

Defined in

RichTextSection

Syntax

public void setTitleStyle(RichTextStyle style)
    throws NotesException

Parameters

RichTextStyle style

The style.

Usage

See TitleStyle to get the section title style.

Language cross-reference

SetTitleStyle method in LotusScript® NotesRichTextSection class

Example