VerticalRelativePositionValues Enumeration
Vertical Relative Positioning
Namespace: DocumentFormat.OpenXml.Drawing.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Enumeration VerticalRelativePositionValues
'使用
Dim instance As VerticalRelativePositionValues
public enum VerticalRelativePositionValues
Members
Member name | Description | |
---|---|---|
Margin | Page Margin. When the item is serialized out as xml, its value is "margin". | |
Page | Page Edge. When the item is serialized out as xml, its value is "page". | |
Paragraph | Paragraph. When the item is serialized out as xml, its value is "paragraph". | |
Line | Line. When the item is serialized out as xml, its value is "line". | |
TopMargin | Top Margin. When the item is serialized out as xml, its value is "topMargin". | |
BottomMargin | Bottom Margin. When the item is serialized out as xml, its value is "bottomMargin". | |
InsideMargin | Inside Margin. When the item is serialized out as xml, its value is "insideMargin". | |
OutsideMargin | Outside Margin. When the item is serialized out as xml, its value is "outsideMargin". |