[]
Chooses the relative horizontal position for an anchored object.
public enum HorizontalPosition
Public Enum HorizontalPosition
| Name | Description |
|---|---|
| CharCenter | The object center coincides with anchor character (line) center. |
| CharLeftIn | The object left side coincides with anchor character (line) left side. |
| CharLeftOut | The object right side coincides with anchor character (line) left side. |
| CharRightIn | The object right side coincides with anchor character (line) right side. |
| CharRightOut | The object left side coincides with anchor character (line) right side. |
| ContentCenter | The object center coincides with anchor content center. |
| ContentLeftIn | The object left side coincides with anchor content left side. |
| ContentLeftOut | The object right side coincides with anchor content left side. |
| ContentRightIn | The object right side coincides with anchor content right side. |
| ContentRightOut | The object left side coincides with anchor content right side. |
| FixedCenter | The object center is set to some fixed position. |
| FixedLeft | The object left side is set to some fixed position. |
| FixedRight | The object right side is set to some fixed position. |
| MarginCenter | The object center coincides with the layout box center. |
| MarginLeftIn | The object left side coincides with the left margin of the layout box. |
| MarginLeftOut | The object right side coincides with the left margin of the layout box. |
| MarginRightIn | The object right side coincides with the right margin of the layout box. |
| MarginRightOut | The object left side coincides with the right margin of the layout box. |
| ParagraphCenter | The object center coincides with anchor paragraph center. |
| ParagraphLeftIn | The object left side coincides with anchor paragraph left side (vertical text) or left margin (horizontal text). |
| ParagraphLeftOut | The object right side coincides with anchor paragraph left side (vertical text) or left margin (horizontal text). |
| ParagraphRightIn | The object right side coincides with anchor paragraph right side (vertical text) or right margin (horizontal text). |
| ParagraphRightOut | The object left side coincides with anchor paragraph right side (vertical text) or right margin (horizontal text). |