@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
27 lines (26 loc) • 488 B
TypeScript
export declare enum FileExtensions {
DOC = ".doc",
DOCX = ".docx",
XLS = ".xls",
XLSM = ".xlsm",
XLSX = ".xlsx",
ODS = ".ods",
XLT = ".xlt",
XLTM = ".xltm",
XLTX = ".xltx",
PPTX = ".pptx",
PPT = ".ppt",
JPG = ".jpg",
JPEG = ".jpeg",
GIF = ".gif",
PNG = ".png",
BMP = ".bmp",
TIFF = ".tiff",
TIF = ".tif",
EMF = ".emf",
WMF = ".wmf",
PDF = ".pdf",
TXT = ".txt",
ADOC = ".adoc",
CPP = ".cpp"
}