ExpandValues Enumeration

Defines the ExpandValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration ExpandValues
'Usage
Dim instance As ExpandValues
public enum ExpandValues

Members

Member name Description
TopLeft topLeft. When the item is serialized out as xml, its value is "topLeft".
Top top. When the item is serialized out as xml, its value is "top".
TopRight topRight. When the item is serialized out as xml, its value is "topRight".
Left left. When the item is serialized out as xml, its value is "left".
Center center. When the item is serialized out as xml, its value is "center".
Right right. When the item is serialized out as xml, its value is "right".
BottomLeft bottomLeft. When the item is serialized out as xml, its value is "bottomLeft".
Bottom bottom. When the item is serialized out as xml, its value is "bottom".
BottomRight bottomRight. When the item is serialized out as xml, its value is "bottomRight".

See Also

Reference

DocumentFormat.OpenXml.Office2010.CustomUI Namespace