ExpandValues enumeration

Office 2013 and later

Defines the ExpandValues enumeration.

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

No code example is currently available or this language may not be supported.

Member nameDescription
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".
Show: