FHUDocumentMimeChecksExtensions extension

on

Properties

isDOC bool
Alias for isDOCX to cover both DOC and DOCX formats.
no setter
isDOCX bool
Checks if the file path or URL represents a Microsoft Word document.
no setter
isExcel bool
Checks if the file path or URL represents any Microsoft Excel spreadsheet. (.xls or .xlsx)
no setter
isMarkdown bool
Checks if the file path or URL represents a markdown file.
no setter
isPDF bool
Checks if the file path or URL represents a PDF document.
no setter
isPowerPoint bool
Checks if a file path or URL represents a Microsoft PowerPoint presentation (.ppt or .pptx).
no setter
isPPT bool
Checks if a file path or URL represents an Old Microsoft PowerPoint presentation (.pptx).
no setter
isPPTX bool
Checks if a file path or URL represents a latest Microsoft PowerPoint presentation (.pptx).
no setter
isRTF bool
Checks if the file path or URL represents a Rich Text Format document.
no setter
isTXT bool
Checks if the file path or URL represents a plain text document.
no setter
isXLS bool
Checks if the file path or URL represents an old Microsoft Excel spreadsheet.
no setter
isXLSX bool
Checks if the file path or URL represents a latest Microsoft Excel spreadsheet.
no setter