.

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


IsExpanded property
Example

Read-write. Indicates whether the section is expanded.

Defined in

RichTextSection

Data type

boolean

Syntax

public boolean isExpanded()
   throws NotesException

public void setExpanded(boolean flag)
   throws NotesException

Legal values


Note For Release 6, IsExpanded is reliable only if "Don't auto expand or collapse" is set for the environment in which the code is running (Previewed, Opened for reading, Opened for editing, or Printed). This is the default setting. IsExpanded is not reliable where "Auto-expand section" or "Auto-collapse section" is set.

Language cross-reference

IsExpanded property in LotusScript NotesRichTextSection class

Example
See Also