mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #13489 from Snuffleupagus/hasEOL-TextItem-docs
Add `hasEOL` to the `TextItem` typedef in the API (PR 13257 follow-up)
This commit is contained in:
commit
ed9d5c4ec2
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue