diff --git a/src/display/api.js b/src/display/api.js index b16b5fae9..23a27f70b 100644 --- a/src/display/api.js +++ b/src/display/api.js @@ -1057,7 +1057,8 @@ class PDFDocumentProxy { * @property {number} width - Width in device space. * @property {number} height - Height in device space. * @property {string} fontName - Font name used by PDF.js for converted font. - * + * @property {boolean} hasEOL - Indicating if the text content is followed by a + * line-break. */ /**