isEndOfParagraph Property

Summary

Indicates if this is the last character in a paragraph.

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

Property Value

true if this is the last character in a paragraph; 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.

Example

For an example, refer to DocumentPageText.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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