From 4b1c4d2bd952ead37e51ab0c236e2553f686a9c5 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Fri, 4 Jun 2021 09:56:29 +0200 Subject: [PATCH] Add `hasEOL` to the `TextItem` typedef in the API (PR 13257 follow-up) --- src/display/api.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ /**