Click or drag to resize

RtfToHtmlHorizontalPositionType Enumeration

Represents a set of possible relative horizontal positions for the parent floating element.

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2023.10.18
Syntax
public enum HorizontalPositionType
Members
Member nameValueDescription
Absolute0 Specifies that the parent object should have absolute horizontal positioning with respect to the anchor settings.
Left1 Specifies that the parent object shall be left aligned with respect to the anchor settings.
Center2 Specifies that the parent object shall be centered with respect to the anchor settings.
Right3 Specifies that the parent object shall be right aligned with respect to the anchor settings.
Inside4 Specifies that the parent object shall be inside of the anchor object.
Outside5 Specifies that the parent object shall be outside of the anchor object.
See Also