←Select platform

IsLineBreak Property

Summary

Indicates whether this character has a soft line break.

Syntax
C#
C++/CLI
Java
Python
public bool IsLineBreak { get; set; } 
public:  
   property bool IsLineBreak 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean isLineBreak() 
public void setLineBreak(boolean value) 
IsLineBreak # get and set (DocumentCharacter) 

Property Value

true if this character has a soft line break; otherwise, false.

Remarks

LEADTOOLS will set the value of this property to true for characters that may be treated by the processing software as the last character of a line. For example, if the original text has multiple columns, then the last character of each column will have this value set to true while the last character of the entire line will have IsEndOfLine.

This value is used by the Document Viewer when performing interactive text selection to determine whether to select the entire line or go to the next line.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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