isEndOfLine Property

Summary

Indicates if this is the last character in a line.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentCharacter.prototype, 'isEndOfLine', 
   get: function(), 
   set: function(value) 
) 
isEndOfLine: boolean; 

Property Value

true if this is the last character in a line; otherwise, it is false. The default value is false.

Remarks

DocumentPageText uses the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text found in a document.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.