Skip to main content
A newer version of this page is available. .

FileTabItemId Enum

Lists commands contained in the File tab.

Declaration

export enum FileTabItemId {
    CreateNewDocument = 412,
    OpenDocument = 410,
    ExportDocument = 413,
    Download = 414,
    DownloadDocx = 418,
    DownloadRtf = 419,
    DownloadTxt = 420,
    PrintDocument = 416
}

Members

Name Description
CreateNewDocument

Identifies the Create New Document command.

Download

Identifies the Download command.

DownloadDocx

Identifies the Download DOCX command.

DownloadRtf

Identifies the Download RTF command.

DownloadTxt

Identifies the Download TXT command.

ExportDocument

Identifies the Save Document command.

OpenDocument

Identifies the Open Document command.

PrintDocument

Identifies the Print Document command.