IsSigned (Item - Java)

Read-Write. Indicates whether an item contains a signature the next time the document is signed.

Defined in

Item

Data type

boolean

Syntax

public boolean isSigned()
    throws NotesException
public void setSigned(boolean flag)
    throws NotesException

Legal values

  • true if the item is signed when the document is next signed
  • false if the item is not signed when the document is next signed

Example