HorizontalAlignmentValues enumeration

Office 2013 and later

Relative Horizontal Alignment Positions

Namespace:  DocumentFormat.OpenXml.Drawing.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
Left Left Alignment. When the item is serialized out as xml, its value is "left".
Right Right Alignment. When the item is serialized out as xml, its value is "right".
Center Center Alignment. When the item is serialized out as xml, its value is "center".
Inside Inside. When the item is serialized out as xml, its value is "inside".
Outside Outside. When the item is serialized out as xml, its value is "outside".
Show: