HtmlToRtfAlignment Enumeration |
Allows to specify default alignment.
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2024.12.12
Syntax Public Enumeration Alignment
Members Member name | Value | Description |
---|
Left | 0 |
Left
|
Right | 1 |
Right
|
Center | 2 |
Center
|
Justify | 3 |
Justify
|
Top | 4 |
Top
|
Bottom | 5 |
Bottom
|
Undefined | 6 |
Undefined (only for internal needs of the component)
|
See Also