←Select platform

SupportBlockTextInRegexElement Property

Summary

Enable or disable block text matching for inputs from other elements.

Syntax
C#
C++/CLI
Java
Python
public bool SupportBlockTextInRegexElement { get; set; } 
public boolean getSupportBlockTextInRegexElement(); 
public void setSupportBlockTextInRegexElement( 
   boolean booleanValue 
); 
public:  
   property bool SupportBlockTextInRegexElement 
   { 
      bool get() 
      void set(bool value) 
   } 
SupportBlockTextInRegexElement # get and set (RegexInspectorElement) 

Property Value

true to enable block text matching for inputs from other elements; otherwise, false. The default value is true.

Requirements

Target Platforms

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

Leadtools.Document.Unstructured Assembly

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