RtfToHtmlHorizontalPositionType Enumeration |
Represents a set of possible relative horizontal positions for the parent floating element.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2025.3.25
Syntaxpublic enum HorizontalPositionType
Public Enumeration HorizontalPositionType
MembersMember name | Value | Description |
---|
Absolute | 0 |
Specifies that the parent object should have absolute horizontal positioning
with respect to the anchor settings.
|
Left | 1 |
Specifies that the parent object shall be left aligned with respect to the anchor settings.
|
Center | 2 |
Specifies that the parent object shall be centered with respect to the anchor settings.
|
Right | 3 |
Specifies that the parent object shall be right aligned with respect to the anchor settings.
|
Inside | 4 |
Specifies that the parent object shall be inside of the anchor object.
|
Outside | 5 |
Specifies that the parent object shall be outside of the anchor object.
|
See Also