SizeRelativeVerticallyValues Enumeration
Defines the SizeRelativeVerticallyValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Word.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration SizeRelativeVerticallyValues
'Usage
Dim instance As SizeRelativeVerticallyValues
public enum SizeRelativeVerticallyValues
Members
Member name | Description | |
---|---|---|
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". |