SizeRelativeVerticallyValues enumeration

Office 2013 and later

Defines the SizeRelativeVerticallyValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Word.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

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

Member nameDescription
Margin margin. When the item is serialized out as xml, its value is "margin".
Page page. When the item is serialized out as xml, its value is "page".
TopMargin topMargin. When the item is serialized out as xml, its value is "topMargin".
BottomMargin bottomMargin. When the item is serialized out as xml, its value is "bottomMargin".
InsideMargin insideMargin. When the item is serialized out as xml, its value is "insideMargin".
OutsideMargin outsideMargin. When the item is serialized out as xml, its value is "outsideMargin".
Show: