LinkDirectionValues Enumeration
Defines the LinkDirectionValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Enumeration LinkDirectionValues
'使用
Dim instance As LinkDirectionValues
public enum LinkDirectionValues
Members
Member name | Description | |
---|---|---|
To | to. When the item is serialized out as xml, its value is "to". | |
From | from. When the item is serialized out as xml, its value is "from". | |
With | with. When the item is serialized out as xml, its value is "with". |