Style2Values Enumeration

Defines the Style2Values enumeration.

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

Syntax

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

Members

Member name Description
Normal normal. When the item is serialized out as xml, its value is "normal".
Borderless borderless. When the item is serialized out as xml, its value is "borderless".
Large large. When the item is serialized out as xml, its value is "large".

See Also

Reference

DocumentFormat.OpenXml.Office2010.CustomUI Namespace