SmartTagDisplayValues Enumeration
Smart Tag Display Types
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration SmartTagDisplayValues
'Usage
Dim instance As SmartTagDisplayValues
public enum SmartTagDisplayValues
Members
Member name | Description | |
---|---|---|
All | All. When the item is serialized out as xml, its value is "all". | |
None | None. When the item is serialized out as xml, its value is "none". | |
NoIndicator | No Smart Tag Indicator. When the item is serialized out as xml, its value is "noIndicator". |