![]() |
|
SignDoc SDK (.NET with exceptions)
5.0.0
|
Position of a hit returned by SignDocDocument.findText(). More...
Public Member Functions | |
| ~SignDocFindTextOccurrence () | |
| Destructor. More... | |
| !SignDocFindTextOccurrence () | |
| Finalizer. More... | |
| SignDocFindTextOccurrence () | |
| Constructor. More... | |
| SignDocFindTextOccurrence (SignDocFindTextOccurrence aSource) | |
| Copy constructor. More... | |
| int | getNumberOfClusters () |
| Get the number of clusters making up the hit. More... | |
| SignDocTextCluster | getCluster (int aIndex) |
| Get a cluster. More... | |
| int | getPage () |
| Get the page on which the glyphs of this object appear. More... | |
| int[] | getPages () |
| Get the pages on which the glyphs of this object appear. More... | |
| int | getUnicodeDirection () |
| Get the direction implied by the Unicode code points. More... | |
| Rect[] | getBoundingBoxes (int aPage, GetBoundingBoxesFlags aFlags) |
| Get bounding boxes for the glyphs of this object. More... | |
Position of a hit returned by SignDocDocument.findText().
Destructor.
Finalizer.
Constructor.
Copy constructor.
| [in] | aSource | The object to be copied. |
| Rect [] getBoundingBoxes | ( | int | aPage, |
| GetBoundingBoxesFlags | aFlags | ||
| ) |
Get bounding boxes for the glyphs of this object.
| [in] | aPage | The 1-based page number. |
| [in] | aFlags | Flags controlling the behavior of this function, see GetBoundingBoxesFlags.Single, GetBoundingBoxesFlags.Individual, GetBoundingBoxesFlags.Logical. Exactly one of these flags must be set. |
| SignDocTextCluster getCluster | ( | int | aIndex | ) |
Get a cluster.
| [in] | aIndex | The 0-based index of the cluster (logical order). |
| int getNumberOfClusters | ( | ) |
Get the number of clusters making up the hit.
| int getPage | ( | ) |
Get the page on which the glyphs of this object appear.
The glyphs of a SignDocFindTextOccurrence object can appear on different pages, even on pages outside the range of pages passed to SignDocDocument.findText() or SignDocDocument.createTextIterator().
| int [] getPages | ( | ) |
Get the pages on which the glyphs of this object appear.
The glyphs of a SignDocFindTextOccurrence object can appear on different pages, even on pages outside the range of pages passed to SignDocDocument.findText() or SignDocDocument.createTextIterator().
| int getUnicodeDirection | ( | ) |
Get the direction implied by the Unicode code points.
A lot of characters (such as punctuation characters) do not imply a direction. Unless there is at least one character that defines a direction, 0 will be returned. 0 is also returned if there are conflicting directions.