export enum DocumentType { NONE = "none", // core data types RTF = "rtf", IMG = "image", WEB = "web", COL = "collection", KVP = "kvp", VID = "video", AUDIO = "audio", PDF = "pdf", INK = "inks", SCREENSHOT = "screenshot", FONTICON = "fonticonbox", FILTER = "filter", SEARCH = "search", LABEL = "label", BUTTON = "button", WEBCAM = "webcam", HTMLANCHOR = "htmlanchor", DATE = "date", SCRIPTING = "script", EQUATION = "equation", FUNCPLOT = "funcplot", MAP = "map", // special purpose wrappers that either take no data or are compositions of lower level types LINK = "link", LINKANCHOR = "linkanchor", IMPORT = "import", SLIDER = "slider", PRES = "presentation", PRESELEMENT = "preselement", COLOR = "color", YOUTUBE = "youtube", SEARCHITEM = "searchitem", COMPARISON = "comparison", GROUP = "group", LINKDB = "linkdb", SCRIPTDB = "scriptdb", GROUPDB = "groupdb", TEXTANCHOR = "textanchor" // selection of text in a text box , }