"use strict";
/***************************************************
* Licensed Materials - Property of HCL.
* (c)Copyright HCL America, Inc. 2023-2024
****************************************************/
Object.defineProperty(exports, "__esModule", { value: true });
exports.editTableInsertRowColumn = exports.editTableFormat = exports.editTableDeleteRowColumn = exports.editShowHideHiddenChars = exports.editSelectByDate = exports.editSelectAll = exports.editRight = exports.editRestoreDocument = exports.editResizePicture = exports.editQuoteSelection = exports.editProfileDocument = exports.editProfile = exports.editPrevField = exports.editPhoneNumbers = exports.editPasteSpecial = exports.editPaste = exports.editOwnerVCard = exports.editOpenLink = exports.editNextField = exports.editMakeDocLink = exports.editLocations = exports.editLinks = exports.editLeft = exports.editInsertText = exports.editInsertTable = exports.editInsertSignature = exports.editInsertPopup = exports.editInsertPageBreak = exports.editInsertObject = exports.editInsertFileAttachment = exports.editInsertButton = exports.editIndentFirstLine = exports.editIndent = exports.editHorizScrollbar = exports.editHeaderFooter = exports.editGotoField = exports.editFindNext = exports.editFindInPreview = exports.editFind = exports.editEncryptionKeys = exports.editDown = exports.editDocument = exports.editDetach = exports.editDeselectAll = exports.editCut = exports.editCopy = exports.editClear = exports.editButton = exports.editBottom = exports._notes = void 0;
exports.editUp = exports.editUntruncate = exports.editUndo = exports.editTop = void 0;
const tslib_1 = require("tslib");
/**
* @file Edit
* @module edit
* @category Edit
*/
const notesc = tslib_1.__importStar(require("../notes/edit"));
exports._notes = notesc;
/**
* Moves the insertion point to the end of a document or form.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITBOTTOM.html|www.hcltechsw.com }
*/
function editBottom() {
return notesc.EditBottom();
}
exports.editBottom = editBottom;
/**
* Displays the design pane and the Properties box for the selected button.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITBUTTON.html|www.hcltechsw.com }
*/
function editButton() {
return notesc.EditButton();
}
exports.editButton = editButton;
/**
* Performs the menu command Edit - Delete.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITCLEAR.html|www.hcltechsw.com }
*/
function editClear() {
return notesc.EditClear();
}
exports.editClear = editClear;
/**
* Performs the menu command Edit - Copy.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITCOPY.html|www.hcltechsw.com }
*/
function editCopy() {
return notesc.EditCopy();
}
exports.editCopy = editCopy;
/**
* Performs the menu command Edit - Cut.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITCUT.html|www.hcltechsw.com }
*/
function editCut() {
return notesc.EditCut();
}
exports.editCut = editCut;
/**
* Performs the menu command Edit - Deselect All.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITDESELECTALL.html|www.hcltechsw.com }
*/
function editDeselectAll() {
return notesc.EditDeselectAll();
}
exports.editDeselectAll = editDeselectAll;
/**
* Detaches a file attachment to a location you specify.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITDETACH.html|www.hcltechsw.com }
*/
function editDetach() {
return notesc.EditDetach();
}
exports.editDetach = editDetach;
/**
* Places the current document into the mode you specify. If you don't specify a
* mode, toggles between Read and Edit mode.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITDOCUMENT.html|www.hcltechsw.com }
*/
function editDocument() {
return notesc.EditDocument();
}
exports.editDocument = editDocument;
/**
* Moves the insertion point in a document down by the number of lines you specify.
* If you don't specify a number, moves the insertion point down one line.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITDOWN.html|www.hcltechsw.com }
*/
function editDown() {
return notesc.EditDown();
}
exports.editDown = editDown;
/**
* Displays the Properties box for the current document, where you can edit its
* encryption keys.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITENCRYPTIONKEYS.html|www.hcltechsw.com }
*/
function editEncryptionKeys() {
return notesc.EditEncryptionKeys();
}
exports.editEncryptionKeys = editEncryptionKeys;
/**
* Performs the menu command Edit - Find/Replace.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITFIND.html|www.hcltechsw.com }
*/
function editFind() {
return notesc.EditFind();
}
exports.editFind = editFind;
/**
* Performs the menu command Edit - Find/Replace without moving the focus to the
* editing window. This allows searches to take place when the focus is on the view
* or folder panes.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITFINDINPREVIEW.html|www.hcltechsw.com }
*/
function editFindInPreview() {
return notesc.EditFindInPreview();
}
exports.editFindInPreview = editFindInPreview;
/**
* Performs the menu command Edit - Find Next.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITFINDNEXT.html|www.hcltechsw.com }
*/
function editFindNext() {
return notesc.EditFindNext();
}
exports.editFindNext = editFindNext;
/**
* In a document in Edit mode, places the insertion point in a field you specify.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITGOTOFIELD.html|www.hcltechsw.com }
*/
function editGotoField() {
return notesc.EditGotoField();
}
exports.editGotoField = editGotoField;
/**
* Displays the Properties box for the current document or form, which allows you
* to set headers, footers, and other print attributes.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITHEADERFOOTER.html|www.hcltechsw.com }
*/
function editHeaderFooter() {
return notesc.EditHeaderFooter();
}
exports.editHeaderFooter = editHeaderFooter;
/**
* Toggles the horizontal scroll bar in a document.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITHORIZSCROLLBAR.html|www.hcltechsw.com }
*/
function editHorizScrollbar() {
return notesc.EditHorizScrollbar();
}
exports.editHorizScrollbar = editHorizScrollbar;
/**
* Indents a paragraph 1/4 inch. The entire paragraph is indented, as well as any
* paragraphs that are subsequently typed below it, until the user disables
* indenting.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITINDENT.html|www.hcltechsw.com }
*/
function editIndent() {
return notesc.EditIndent();
}
exports.editIndent = editIndent;
/**
* Indents the first line of a paragraph 1/4 inch. The first line of the current
* paragraph is indented, as well as first lines of subsequently typed paragraphs,
* until the user disables indenting. (A carriage return defines a new paragraph.)
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITINDENTFIRSTLINE.html|www.hcltechsw.com }
*/
function editIndentFirstLine() {
return notesc.EditIndentFirstLine();
}
exports.editIndentFirstLine = editIndentFirstLine;
/**
* Creates a new button and displays the design pane, where the user can define a
* formula, simple action(s), LotusScript®, or JavaScript™ for the button.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITINSERTBUTTON.html|www.hcltechsw.com }
*/
function editInsertButton() {
return notesc.EditInsertButton();
}
exports.editInsertButton = editInsertButton;
/**
* Attaches a file to a document.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITINSERTFILEATTACHMENT.html|www.hcltechsw.com }
*/
function editInsertFileAttachment() {
return notesc.EditInsertFileAttachment();
}
exports.editInsertFileAttachment = editInsertFileAttachment;
/**
* Inserts an object into a document, form, or subform.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITINSERTOBJECT.html|www.hcltechsw.com }
*/
function editInsertObject() {
return notesc.EditInsertObject();
}
exports.editInsertObject = editInsertObject;
/**
* Inserts a forced page break into a document, form, subform, or page.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITINSERTPAGEBREAK.html|www.hcltechsw.com }
*/
function editInsertPageBreak() {
return notesc.EditInsertPageBreak();
}
exports.editInsertPageBreak = editInsertPageBreak;
/**
* Creates a hotspot that displays text.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITINSERTPOPUP.html|www.hcltechsw.com }
*/
function editInsertPopup() {
return notesc.EditInsertPopup();
}
exports.editInsertPopup = editInsertPopup;
/**
* Allows the user to set the width of their signature image before inserting.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.2/basic/H_EDITINSERTSIGNATURE.html|www.hcltechsw.com }
*/
function editInsertSignature() {
return notesc.EditInsertSignature();
}
exports.editInsertSignature = editInsertSignature;
/**
* Displays the Create Table dialog box, where the user can specify the number of
* rows and columns in a new table.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITINSERTTABLE.html|www.hcltechsw.com }
*/
function editInsertTable() {
return notesc.EditInsertTable();
}
exports.editInsertTable = editInsertTable;
/**
* Inserts the specified string at the current cursor position.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITINSERTTEXT.html|www.hcltechsw.com }
*/
function editInsertText() {
return notesc.EditInsertText();
}
exports.editInsertText = editInsertText;
/**
* Moves the insertion point in a document, form, subform, or page to the left by
* the number of spaces you specify. If you don't specify a number, moves the
* insertion point one space to the left.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITLEFT.html|www.hcltechsw.com }
*/
function editLeft() {
return notesc.EditLeft();
}
exports.editLeft = editLeft;
/**
* Displays the External Links dialog box.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITLINKS.html|www.hcltechsw.com }
*/
function editLinks() {
return notesc.EditLinks();
}
exports.editLinks = editLinks;
/**
* Opens the Personal Address Book to the Locations view.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITLOCATIONS.html|www.hcltechsw.com }
*/
function editLocations() {
return notesc.EditLocations();
}
exports.editLocations = editLocations;
/**
* Creates a link to the current document and copies it to the Clipboard. The user
* can paste the link into any rich text field.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITMAKEDOCLINK.html|www.hcltechsw.com }
*/
function editMakeDocLink() {
return notesc.EditMakeDocLink();
}
exports.editMakeDocLink = editMakeDocLink;
/**
* In a document in Edit mode, moves the insertion point to the next editable field
* in the document, working left to right, beginning to end.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITNEXTFIELD.html|www.hcltechsw.com }
*/
function editNextField() {
return notesc.EditNextField();
}
exports.editNextField = editNextField;
/**
* Opens the selected link.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITOPENLINK.html|www.hcltechsw.com }
*/
function editOpenLink() {
return notesc.EditOpenLink();
}
exports.editOpenLink = editOpenLink;
/**
* Displays the My Contact/vCard Edit dialog using the Contact form.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITOWNERVCARD.html|www.hcltechsw.com }
*/
function editOwnerVCard() {
return notesc.EditOwnerVCard();
}
exports.editOwnerVCard = editOwnerVCard;
/**
* Performs the menu command Edit - Paste.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITPASTE.html|www.hcltechsw.com }
*/
function editPaste() {
return notesc.EditPaste();
}
exports.editPaste = editPaste;
/**
* Displays the Paste Special dialog box.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITPASTESPECIAL.html|www.hcltechsw.com }
*/
function editPasteSpecial() {
return notesc.EditPasteSpecial();
}
exports.editPasteSpecial = editPasteSpecial;
/**
* Displays the Server/Connections view of the Personal Address Book.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITPHONENUMBERS.html|www.hcltechsw.com }
*/
function editPhoneNumbers() {
return notesc.EditPhoneNumbers();
}
exports.editPhoneNumbers = editPhoneNumbers;
/**
* In a document in Edit mode, moves the insertion point to the previous editable
* field in the document, working right to left, end to beginning.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITPREVFIELD.html|www.hcltechsw.com }
*/
function editPrevField() {
return notesc.EditPrevField();
}
exports.editPrevField = editPrevField;
/**
* Opens a new or existing profile document in Edit mode.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITPROFILE.html|www.hcltechsw.com }
*/
function editProfile() {
return notesc.EditProfile();
}
exports.editProfile = editProfile;
/**
* Creates a new or opens an existing profile document in Edit mode.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITPROFILEDOCUMENT_COMMAND.html|www.hcltechsw.com }
*/
function editProfileDocument() {
return notesc.EditProfileDocument();
}
exports.editProfileDocument = editProfileDocument;
/**
* Makes selected text look like an Internet-style reply by prefixing each line
* with a greater-than sign and removing attachments and other objects. This sets
* each line of the message to a default length, preventing it from wrapping in
* unexpected places when sent to non-Notes users.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITQUOTESELECTION.html|www.hcltechsw.com }
*/
function editQuoteSelection() {
return notesc.EditQuoteSelection();
}
exports.editQuoteSelection = editQuoteSelection;
/**
* Displays the proportions of the selected graphic at the end of the screen. The
* user can size the picture by dragging the mouse in the appropriate direction.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITRESIZEPICTURE.html|www.hcltechsw.com }
*/
function editResizePicture() {
return notesc.EditResizePicture();
}
exports.editResizePicture = editResizePicture;
/**
* Performs the menu command Edit - Restore.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITRESTOREDOCUMENT_COMMAND.html|www.hcltechsw.com }
*/
function editRestoreDocument() {
return notesc.EditRestoreDocument();
}
exports.editRestoreDocument = editRestoreDocument;
/**
* Moves the insertion point in a document to the right by the number of spaces you
* specify. If you don't specify a number, moves the insertion point one space to
* the right.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITRIGHT.html|www.hcltechsw.com }
*/
function editRight() {
return notesc.EditRight();
}
exports.editRight = editRight;
/**
* Performs the menu command Edit - Select All.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITSELECTALL.html|www.hcltechsw.com }
*/
function editSelectAll() {
return notesc.EditSelectAll();
}
exports.editSelectAll = editSelectAll;
/**
* Displays the Select by Date dialog box, where the user indicates which documents
* should be selected in the view or folder, according to the date they were
* created or last modified.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITSELECTBYDATE.html|www.hcltechsw.com }
*/
function editSelectByDate() {
return notesc.EditSelectByDate();
}
exports.editSelectByDate = editSelectByDate;
/**
* Toggles the display of the hidden characters (such as spaces, tabs, and carriage
* returns) in a document, form, or subform.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITSHOWHIDEHIDDENCHARS.html|www.hcltechsw.com }
*/
function editShowHideHiddenChars() {
return notesc.EditShowHideHiddenChars();
}
exports.editShowHideHiddenChars = editShowHideHiddenChars;
/**
* Displays the Delete Row/Column dialog box, where the user can select the number
* of rows or columns to delete from the current table.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITTABLEDELETEROWCOLUMN.html|www.hcltechsw.com }
*/
function editTableDeleteRowColumn() {
return notesc.EditTableDeleteRowColumn();
}
exports.editTableDeleteRowColumn = editTableDeleteRowColumn;
/**
* Displays the Properties box for the selected table.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITTABLEFORMAT.html|www.hcltechsw.com }
*/
function editTableFormat() {
return notesc.EditTableFormat();
}
exports.editTableFormat = editTableFormat;
/**
* Displays the Insert Row/Column dialog box, where the user can select the number
* of rows or columns to insert into the table.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITTABLEINSERTROWCOLUMN.html|www.hcltechsw.com }
*/
function editTableInsertRowColumn() {
return notesc.EditTableInsertRowColumn();
}
exports.editTableInsertRowColumn = editTableInsertRowColumn;
/**
* Moves the insertion point to the beginning of a document or form.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITTOP.html|www.hcltechsw.com }
*/
function editTop() {
return notesc.EditTop();
}
exports.editTop = editTop;
/**
* Performs the menu command Edit - Undo, which undoes the previous reversible
* operation.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITUNDO.html|www.hcltechsw.com }
*/
function editUndo() {
return notesc.EditUndo();
}
exports.editUndo = editUndo;
/**
* Retrieves the full version of a truncated document.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_UNTRUNCATE.html|www.hcltechsw.com }
*/
function editUntruncate() {
return notesc.EditUntruncate();
}
exports.editUntruncate = editUntruncate;
/**
* Moves the insertion point in a document up by the number of lines you specify.
* If you don't specify a number, moves the insertion point up one line.
* @throws {Error} No plans to implement
* @see For further information, see {@link https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_EDITUP.html|www.hcltechsw.com }
*/
function editUp() {
return notesc.EditUp();
}
exports.editUp = editUp;
//# sourceMappingURL=edit.js.map