- Authors (NotesDocument - JavaScript)
Read-only. The names of the people who have saved a document.
- ColumnValues (NotesDocument - JavaScript)
Read-only. A vector of values, each element of which corresponds to a column value in the document's parent view.
- Created (NotesDocument - JavaScript)
Read-only. The date/time a document was created.
- EmbeddedObjects (NotesDocument - JavaScript)
Read-only. The OLE/2 and OLE/1 embedded objects in a document.
- EncryptionKeys (NotesDocument - JavaScript)
Read-Write. The key(s) used to encrypt a document.
- FolderReferences (NotesDocument - JavaScript)
Read-only. The names of the folders containing a document.
- FTSearchScore (NotesDocument - JavaScript)
Read-only. The full-text search score of a document, if it was retrieved as part of a full-text search.
- HasEmbedded (NotesDocument - JavaScript)
Read-only. Indicates whether a document contains one or more embedded objects, object links, or file attachments.
- HttpURL (NotesDocument - JavaScript)
Read-only. The Domino® URL of a document when HTTP protocols are in effect.
- InitiallyModified (NotesDocument - JavaScript)
Read-only. The date/time a document was initially modified.
- IsDeleted (NotesDocument - JavaScript)
Read-only. Indicates whether a NotesDocument
object represents an existing document (not a deletion stub) on an ongoing basis.
- IsEncrypted (NotesDocument - JavaScript)
Read-only. Indicates whether a document is encrypted.
- IsEncryptOnSend (NotesDocument - JavaScript)
Read-Write. Indicates whether a document is encrypted when mailed.
- IsNewNote (NotesDocument - JavaScript)
Read-only. Indicates whether a document is new.
- isPreferJavaDates setPreferJavaDates (NotesDocument - JavaScript)
Indicates whether Java™ dates are preferred.
- IsProfile (NotesDocument - JavaScript)
Read-only. Indicates whether a NotesDocument object is a profile document.
- IsResponse (NotesDocument - JavaScript)
Read-only. Indicates whether a document is a response to another document.
- IsSaveMessageOnSend (NotesDocument - JavaScript)
Read-Write. Indicates whether a document is saved to a database when mailed.
- IsSentByAgent (NotesDocument - JavaScript)
Read-only. Indicates whether a document was mailed by a Domino® program.
- IsSigned (NotesDocument - JavaScript)
Read-only. Indicates whether a document contains a signature.
- IsSignOnSend (NotesDocument - JavaScript)
Read-Write. Indicates whether a document is signed when mailed.
- IsValid (NotesDocument - JavaScript)
Read-only. Indicates whether a Document object represents an existing document (not a deletion stub) initially.
- Items (NotesDocument - JavaScript)
Read-only. All the items in a document. An item is any piece of data stored in a document.
- Key (NotesDocument - JavaScript)
Read-only. If a profile document, the user name (key) of the profile.
- LastAccessed (NotesDocument - JavaScript)
Read-only. The date/time a document was last modified or read.
- LastModified (NotesDocument - JavaScript)
Read-only. The date/time a document was last modified.
- LockHolders (NotesDocument - JavaScript)
Read-only. The names of the holders of a lock.
- NameOfProfile (NotesDocument - JavaScript)
Read-only. If a profile document, the name of the profile.
- NoteID (NotesDocument - JavaScript)
Read-only. The note ID of a document, which is a hexadecimal value of up to 8 characters that uniquely identifies a document within a particular database.
- NotesURL (NotesDocument - JavaScript)
Read-only. The Domino® URL of a document when Notes® protocols are in effect.
- ParentDatabase (NotesDocument - JavaScript)
Read-only. The database that contains a document.
- ParentDocumentUNID (NotesDocument - JavaScript)
Read-only. The universal ID of a document's parent, if the document is a response. Returns an empty string if a document doesn't have a parent.
- ParentView (NotesDocument - JavaScript)
Read-only. The view from which a document was retrieved, if any.
- Responses (NotesDocument - JavaScript)
Read-only. The immediate responses to a document.
- Signer (NotesDocument - JavaScript)
Read-only. The name of the person who created the signature, if a document is signed.
- Size (NotesDocument - JavaScript)
Read-only. The size of a document in bytes, which includes the size of any file attachments to the document.
- UniversalID (NotesDocument - JavaScript)
Read-Write. The universal ID, which uniquely identifies a document across all replicas of a database.
- Verifier (NotesDocument - JavaScript)
Read-only. The name of the certificate that verified a signature, if a document is signed.
- appendItemValue (NotesDocument - JavaScript)
Creates a new item in a document and optionally sets the item value.
- attachVCard (NotesDocument - JavaScript)
Attaches one or more documents in vCard format.
- closeMIMEEntities (NotesDocument - JavaScript)
Closes MIME processing associated with items of a specified name.
- computeWithForm (NotesDocument - JavaScript)
Validates a document by executing default value, translation, and validation formulas, if any are defined in the document form.
- convertToMIME (NotesDocument - JavaScript)
Converts a document in Notes® format to MIME format similar to a mail router.
- copyAllItems (NotesDocument - JavaScript)
Copies all items in the current document into the destination document.
- copyItem (NotesDocument - JavaScript)
Copies an item into the current document and optionally assigns the copied item a new name.
- copyToDatabase (NotesDocument - JavaScript)
Copies a document to a specified database.
- createMIMEEntity (NotesDocument - JavaScript)
Creates an uninitialized top-level MIME entity in a document.
- createReplyMessage (NotesDocument - JavaScript)
Creates a new document that is formatted as a reply to the current document.
- createRichTextItem (NotesDocument - JavaScript)
Creates a new rich-text item in a document.
- encrypt (NotesDocument - JavaScript)
Encrypts a document.
- generateXML (NotesDocument - JavaScript)
Generates an XML representation of a document to the Writer. The XML conforms to the Domino® Document DTD.
- getAttachment (NotesDocument - JavaScript)
Returns a representation of a file attachment.
- getFirstItem (NotesDocument - JavaScript)
Returns the first item of a specified name in a document.
- getItemValue (NotesDocument - JavaScript)
Returns the value of an item.
- getItemValueCustomData (NotesDocument - JavaScript)
Returns as an object the value of an item containing custom data.
- getItemValueCustomDataBytes (NotesDocument - JavaScript)
Returns as a byte array the value of an item containing custom data.
- getItemValueDateTimeArray (NotesDocument - JavaScript)
Returns the value of a date-time item in a document.
- getItemValueDouble (NotesDocument - JavaScript)
Returns the value of an item with a single numeric value.
- getItemValueInteger (NotesDocument - JavaScript)
Returns the integer value of an item with a single numeric value.
- getItemValueString (NotesDocument - JavaScript)
Returns the value of an item with a single text value.
- getMIMEEntity (NotesDocument - JavaScript)
Gets a top-level MIME entity.
- getRead (NotesDocument - JavaScript)
Returns whether a document was read by a user.
- getReceivedItemText (NotesDocument - JavaScript)
Gets the text values of the received items in a mail document.
- getURL (NotesDocument - JavaScript)
Gets the Domino® URL for the document.
- hasItem (NotesDocument - JavaScript)
Indicates whether an item exists in the document.
- lock (NotesDocument - JavaScript)
Locks a document.
- lockProvisional (NotesDocument - JavaScript)
Locks a document provisionally.
- makeResponse (NotesDocument - JavaScript)
Makes one document a response to another.
- markRead (NotesDocument - JavaScript)
Marks a document as read.
- markUnread (NotesDocument - JavaScript)
Marks the document as unread.
- putInFolder (NotesDocument - JavaScript)
Adds a document to a folder.
- remove (NotesDocument - JavaScript)
Deletes a document from a database, doing a soft deletion if soft deletions are enabled and a hard deletion otherwise.
- removeFromFolder (NotesDocument - JavaScript)
Removes a document from a folder.
- removeItem (NotesDocument - JavaScript)
Removes an item from a document.
- removePermanently (NotesDocument - JavaScript)
Permanently deletes a document from a database, doing a hard deletion even if soft deletions are enabled.
- renderToRTItem (NotesDocument - JavaScript)
Creates a picture of a document and places it into a rich-text item that you specify.
- replaceItemValue (NotesDocument - JavaScript)
Replaces all items of the specified name with one new item, which is assigned the specified value.
- replaceItemValueCustomData (NotesDocument - JavaScript)
Replaces all items of the specified name with one new item, which is assigned custom data from an object. If the document does not contain an item with the specified name, this method creates a new item and adds it to the document.
- replaceItemValueCustomDataBytes (NotesDocument - JavaScript)
Replaces all items of the specified name with one new item, which is assigned custom data from a byte array. If the document does not contain an item with the specified name, this method creates a new item and adds it to the document.
- save (NotesDocument - JavaScript)
Saves any changes you have made to a document.
- send (NotesDocument - JavaScript)
Mails a document.
- sign (NotesDocument - JavaScript)
Signs a document.
- unlock (NotesDocument - JavaScript)
Unlocks a document.