public final class TextAreaSearchOptions extends Object
Provides the options for extracting text areas.
Constructor and Description |
---|
TextAreaSearchOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Gets a regular expression.
|
boolean |
getIgnoreFormatting()
Gets a value indicating whether text formatting is ignored.
|
Rectangle |
getRectangle()
Gets a rectangle.
|
boolean |
getUniteSegments()
Gets a value indicating whether nearby standing text segments are united.
|
void |
setExpression(String value) |
void |
setIgnoreFormatting(boolean value) |
void |
setRectangle(Rectangle value) |
void |
setUniteSegments(boolean value) |
public String getExpression()
Gets a regular expression.
public void setExpression(String value)
public Rectangle getRectangle()
Gets a rectangle.
Rectangle
class that bounds the extraction.public void setRectangle(Rectangle value)
public boolean getIgnoreFormatting()
Gets a value indicating whether text formatting is ignored.
public void setIgnoreFormatting(boolean value)
public boolean getUniteSegments()
Gets a value indicating whether nearby standing text segments are united.
public void setUniteSegments(boolean value)
Copyright © 2018. All rights reserved.