isDOC property

bool get isDOC

Alias for isDOCX to cover both DOC and DOCX formats.

Implementation

bool get isDOC => isDOCX;