CharacterSpacingControl Enumeration |
Specifies the possible ways in which full-width characters can be compressed to remove
additional whitespace.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public enum CharacterSpacingControl
Public Enumeration CharacterSpacingControl
Members Member name | Value | Description |
---|
DoNotCompress | 0 |
Specifies that characters shall not have whitespace compression applied to them.
|
CompressPunctuation | 1 |
Specifies that only whitespace characters shall have
whitespace compression applied to them.
|
CompressPunctuationAndJapaneseKana | 2 |
Specifies that whitespace and Japanese kana
characters shall have whitespace compression applied to them.
|
See Also