Class StiFileDialogHelper
Properties
Static dataExts
data
Exts: List<string> = new List(["xlsx", "xls", "csv", "dbf", "json", "xml", "xsd"])
Static documentExts
document
Exts: List<string> = new List(["pdf", "doc", "docx"])
Static fontExts
font
Exts: List<string> = new List(["ttf", "otf", "ttc", "eot", "woff"])
Static imageExts
image
Exts: List<string> = new List(["gif", "png", "jpeg", "jpg", "bmp", "tiff", "ico", "emf", "wmf", "svg"])
Static reportExts
report
Exts: List<string> = new List(["mrt", "mrz", "mdc", "mdz"])
Static textExts
text
Exts: List<string> = new List(["rtf", "txt"])