CODIUM Programming Language (CPL) CodiumSDK CPL WordBreak
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum WordBreak |
| Constante | Descripción | |
|---|---|---|
| Break_All | To prevent overflow, word may be broken at any character | |
| Break_Word | To prevent overflow, word may be broken at arbitrary points | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| Keep_All | Word breaks should not be used for Chinese/Japanese/Korean (CJK) text.Non-CJK text behavior is the same as value “normal” | |
| Normal | Default value. Uses default line break rules |