A struct representing a range of text containing a specific field. More...
#include <umisc.h>
Data Fields | |
int32_t | field |
The field. | |
int32_t | beginIndex |
The start of the text range containing field. | |
int32_t | endIndex |
The limit of the text range containing field. |
A struct representing a range of text containing a specific field.
Definition at line 32 of file umisc.h.
int32_t UFieldPosition::beginIndex |
int32_t UFieldPosition::endIndex |
int32_t UFieldPosition::field |