WordProcessingHorizontalAlignment

WordProcessingHorizontalAlignment enumeration

Specifies horizontal alignment of a floating object.

public enum WordProcessingHorizontalAlignment

Values

Name Value Description
None 0 Object is explicitly positioned using its x-coordinate.
Left 1 Specifies that the object is left aligned to the horizontal alignment base.
Center 2 Specifies that the object is centered with respect to the horizontal alignment base.
Right 3 Specifies that the object is right aligned to the horizontal alignment base.
Inside 4 Specifies that the object is inside of the horizontal alignment base.
Outside 5 Specifies that the object is outside of the horizontal alignment base.

See Also