JAVA/CORBA CLASSES


Style property
Example

Read-write. The table color style. Use this property in conjunction with Color and AlternateColor.

Defined in

RichTextTable

Data type

int

Syntax

public int getStyle()
   throws NotesException

public void setStyle(int tablestyle)
   throws NotesException

Legal values


Usage

The default style for new tables is TABLESTYLE_NONE.

Language cross-reference

Style property in NotesRichTextTable class

Example
See Also