setBarColor (RichTextSection - Java)

Sets the color of a section bar.

Defined in

RichTextSection

Syntax

public void setBarColor(ColorObject color)
    throws NotesException

Parameters

ColorObject color

The new bar color.

Usage

See BarColor to get the section bar color.

Example