Property | Data type | Description |
AutoReload | Boolean | (Read-write) True to automatically reload the current document any time there is a change. |
CurrentField | String | (Read-only) The name of the current field if the document is in Edit mode. |
DialogBoxCanceled | Boolean | (Read-only) Indicates if a user cancels a dialog. |
Document | NotesDocument | (Read-only) A reference to the NotesDocument object associated with this document window, giving you access to the back-end properties and methods. If you modify and save an item using the NotesDocument object, the item is automatically updated in the workspace, except for rich text items. |
EditMode | Boolean | (Read-write) True for Edit mode. |
FieldHelp | Boolean | (Read-write) True to display field help. |
HorzScrollBar | Boolean | (Read-write) True if the horizontal scroll bar is visible. |
HiddenChars | Boolean | (Read-write) True to display hidden characters. |
InPreviewPane | Boolean | (Read-only) True if the document is being accessed from the preview pane. |
IsNewDoc | Boolean | (Read-only) True if the document is not yet saved. |
PreviewParentDoc | Boolean | (Read-write) True if the lower pane containing the parent document is displayed. |
PreviewDocLink | Boolean | (Read-write) True if the lower pane containing the linked document is displayed. |
Ruler | Boolean | (Read-write) True if the ruler is visible. |
WindowTitle | String | (Read-only) The name of the window title. |
Method | Description |
Categorize | Categorizes the current document. |
Clear | Clears the selected text. |
Close | Closes the current document. |
CollapseAllSections | Collapses all sections in the document. |
Copy | Copies the selected text to the Clipboard. |
CreateObject | Creates an object in a rich text item. |
Cut | Cuts the selected text and places it on the Clipboard. |
DeleteDocument | Marks the current document for deletion and closes it. The NotesUIDocument object is no longer available once you call this method. |
DeselectAll | Deselects the entire contents of the current field. |
ExpandAllSections | Expands all sections in the document. |
FieldAppendText | Appends the specified text to the specified or current field. |
FieldClear | Clears the contents of the specified or current field. |
FieldContains | Returns True if the specified or current field contains the specified case-sensitive text. |
FieldGetText | Gets the text of the specified or current field. |
FieldSetText | Sets the specified or current field to the specified text. |
FindFreeTimeDialog | Brings up the Find Free Time box. |
FindFreeTimeDialogEx | Brings up the Find Free Time box to allow searches for available meeting times. |
FindString | Finds the text in a given field. |
Forward | Creates a new mail document and prompts for recipients. |
GetObject | Gets a specified object. |
GetSchedulerObject | Gets an embedded scheduler. |
GetSelectedText | Gets the selected text in a UI document. |
GotoTop | Goes to the first field or scrolls to the top of the document. |
GotoBottom | Goes to the last field or scrolls to the bottom of the document. |
GotoField | Given a field name, puts the cursor in the specified field in a document. |
GotoNextField | Goes to the next field or scrolls so that it is visible. |
GotoPrevField | Goes to the previous field or scrolls so that it is visible. |
GotoTop | Places the cursor in the first editable field or the first button in a document. |
Import | Imports a file to the document. |
InsertText | Inserts the specified text at the current cursor position. |
NavBarSetText | Sets the URL navigation bar text. |
NavBarSpinnerStart | Starts the URL navigation bar spinner. |
NavBarSpinnerStop | Stops the URL navigation bar spinner. |
Paste | Pastes the Clipboard text to the current cursor position. |
Print | Prints the current document. |
Refresh | Refreshes the document. |
RefreshHideFormulas | Recalculates the hide-when formulas for the current document; this is an expensive operation. |
Reload | Refreshes the current document with any changes made to the stored document. |
Save | Saves the current document. |
SaveNewVersion | Saves the current document as a new version. |
SelectAll | Selects the entire contents of the current field. |
Send | Mails the current document and closes it. |
SpellCheck | Checks the spelling in a document. |