HorizontalPositionType Enum
Represents a set of possible relative horizontal positions for the parent floating element. This relative position is specified relative to the horizontal anchor specified by the parent HorizontalPosition.
Fields
Absolute | Specifies that the parent object should have absolute horizontal positioning with respect to the anchor settings. |
Center | Specifies that the parent object shall be centered with respect to the anchor settings. |
Inside | Specifies that the parent object shall be inside of the anchor object. |
Left | Specifies that the parent object shall be left aligned with respect to the anchor settings. |
Outside | Specifies that the parent object shall be outside of the anchor object. |
Right | Specifies that the parent object shall be right aligned with respect to the anchor settings. |