VerticalAnchorValues Enumeration
Vertical Anchor Type
Namespace: DocumentFormat.OpenXml.Vml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Enumeration VerticalAnchorValues
'使用
Dim instance As VerticalAnchorValues
public enum VerticalAnchorValues
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". | |
Text | Text. When the item is serialized out as xml, its value is "text". |