RtfToHtmlVerticalPositionType Enumeration |
Represents a set of possible relative vertical positions for the parent floating element.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.12.18
Syntaxpublic enum VerticalPositionType
Public Enumeration VerticalPositionType
MembersMember name | Value | Description |
---|
Absolute | 0 |
Specifies that the parent object should have absolute vertical positioning with respect to the anchor settings.
|
Top | 1 |
Specifies that the parent object shall be vertically aligned to the top edge of the anchor object.
|
Center | 2 |
Specifies that the parent object shall be vertically centered with respect to the anchor object.
|
Bottom | 3 |
Specifies that the parent object shall be vertically aligned to the bottom edge of the anchor object.
|
Inside | 4 |
Specifies that the parent object shall be vertically aligned to the edge of the anchor object, and positioned inside that object.
|
Outside | 5 |
Specifies that the parent object shall be vertically aligned to the edge of the anchor object, and positioned outside that object.
|
See Also