<< Click to display table of contents >> TRVRTFReaderProperties.DocXErrorCode (read only) |
Contains error code for the last DocX reading operation.
ErrorCode: TRVRTFErrorCode;
type // defined in RVDocXReader unit.
TRVDocXErrorCode = (
rvdocxreOK, // No error
rvdocxreUnpack // File unpacking error (maybe not a DocX file)
rvdocxreStyleSheet // Error while parsing a style sheet
rvdocxreDocument, // Error while parsing the main document
rvdocxreAssertion, // Assertion failure (internal parser error)
rvdocxreException, // Exception (internal parser error)
rvdocxreFileOpenError // Parser cannot open input file
);
See also: