Enum WordCountFlags
Flags controlling word count behaviour
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
[Flags]
public enum WordCountFlags
Fields
| Name | Description |
|---|---|
| AllFlags | All flags set |
| BreakOnApostrophe | If true, words joined with a Apostrophe count as 2 |
| BreakOnDash | If true, words joined with a dash count as 2 |
| BreakOnHyphen | If true, words joined with a hyphen count as 2 |
| BreakOnTag | If true, words joined with a formatting tag count as 2 |
| DefaultFlags | Default flag settings |
| NoFlags | No word count flags set |