IsNumberAttribPunctuated (NotesViewColumn - Java)

Read-write. Indicates whether the number attributes for a column include punctuation at thousandths.

Note: This property is new with Release 6.5.

Defined in

NotesViewColumn

Data type

boolean

Syntax

public boolean isNumberAttribPunctuated()
    throws NotesException
public void setNumberAttribPunctuated(boolean flag)
    throws NotesException

Legal values

  • true if the number attributes include punctuation
  • false if the number attributes do not include punctuation

Usage

See NumberAttrib for all the number attributes.

Example