←Select platform

IsEndOfWord Property

Summary

Gets or sets a value that indicates whether this is the last character in a word.

Syntax
C#
VB
C++
Java
public bool IsEndOfWord { get; set; } 
Public Property IsEndOfWord() As Boolean 
   Get 
   Set 
public:  
   property bool IsEndOfWord 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean isEndOfWord() 
public void setEndOfWord(boolean value) 

Property Value

true if this is the last character in a word; 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly