VerticalAnchorValues Enumeration

Vertical Anchor Type

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

Syntax

'Declaration
Public Enumeration VerticalAnchorValues
'Usage
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".

See Also

Reference

DocumentFormat.OpenXml.Vml.Wordprocessing Namespace