NumberAttrib (NotesViewColumn - JavaScript)

Read-write. Attributes for numeric values in a column.

Defined in

NotesViewColumn

Syntax

getNumberAttrib() : int

setNumberAttrib(attributes:int) : void

Legal value

  • 1 NotesViewColumn.ATTR_PUNCTUATED (punctuated at thousandths)
  • 2 NotesViewColumn.ATTR_PARENS (parentheses on negative numbers)
  • 4 NotesViewColumn.ATTR_PERCENT (percent sign)

Usage

The number attribute can have multiple values. For example, the attribute might be NotesViewColumn.ATTR_PARENS and NotesViewColumn.ATTR_PUNCTUATED.