WORDREP_BREAK_TYPE enumeration
Describes the type of break that separates the current word from the previous word.
Syntax
typedef enum { WORDREP_BREAK_EOW = 0, WORDREP_BREAK_EOS = 1, WORDREP_BREAK_EOP = 2, WORDREP_BREAK_EOC = 3 } WORDREP_BREAK_TYPE;
Constants
- WORDREP_BREAK_EOW
-
A word break is placed between this word and the previous word that was placed in the WordSink. This break is the default used by the IWordSink::PutWord method.
- WORDREP_BREAK_EOS
-
A sentence break is placed between this word and the previous word.
- WORDREP_BREAK_EOP
-
A paragraph break is placed between this word and the previous word.
- WORDREP_BREAK_EOC
-
A chapter break is placed between this word and the previous word.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: