Skip to main content

TextMatchInfo Class

Information about a single text match in a PDF document.

Declaration

public class TextMatchInfo extends JavaObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
TextMatchInfo

Methods

getMatchFragments() Method

Returns text fragments that form the match.

Declaration

public List<TextMatchFragment> getMatchFragments()

Returns

Type Description
java.util.List<TextMatchFragment>

Text fragments that form the match.

getPageIndex() Method

Returns the zero-based index of the page that contains the match.

Declaration

public int getPageIndex()

Returns

Type Description
int

The zero-based page index.

getRectangles() Method

Returns rectangles that bound the matched text.

Declaration

public Iterable<OrientedRectangle> getRectangles()

Returns

Type Description
java.lang.Iterable<OrientedRectangle>

Rectangles that bound the matched text.