The CFL_ prefixed flags are used as a mask in some methods of the Paragraph object. The mask is an OR combination of these flags’ values and defines what properties of the CharParams object should be taken into account in these methods. For the IParagraph::SetCharParams method the constants define what character properties should be set, and for the IParagraph::NextGroup method they define parameters separating a group of symbols.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Elements
| Flag name | Description |
|---|---|
| CFL\_LanguageID | The ICharParams::LanguageId property should be taken into account. |
| CFL\_LanguageName | The ICharParams::LanguageName property should be taken into account. |
| CFL\_Proofed | The ICharParams::IsProofed property should be taken into account. |
| CFL\_Subscript | The ICharParams::IsSubscript property should be taken into account. |
| CFL\_Superscript | The ICharParams::IsSuperscript property should be taken into account. |
| CFL\_Suspicious | The ICharParams::IsSuspicious property should be taken into account. |
