HtmlFormattingValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HTML Formatting Handling
public enum HtmlFormattingValuespublic readonly struct HtmlFormattingValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues>type HtmlFormattingValues = type HtmlFormattingValues = struct
    interface IEnumValue
    interface IEnumValueFactory<HtmlFormattingValues>Public Enum HtmlFormattingValuesPublic Structure HtmlFormattingValues
Implements IEnumValue, IEnumValueFactory(Of HtmlFormattingValues), IEquatable(Of HtmlFormattingValues)- Inheritance
- 
				HtmlFormattingValues
- Inheritance
- 
				HtmlFormattingValues
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | No Formatting. When the item is serialized out as xml, its value is "none". | 
| HonorRichText | 1 | Honor Rich Text. When the item is serialized out as xml, its value is "rtf". | 
| All | 2 | All. When the item is serialized out as xml, its value is "all". | 
| All | All. When the item is serialized out as xml, its value is "all". | |
| Equality(HtmlFormattingValues, HtmlFormattingValues) | ||
| Equals(HtmlFormattingValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| HonorRichText | Honor Rich Text. When the item is serialized out as xml, its value is "rtf". | |
| HtmlFormattingValues(String) | Creates a new HtmlFormattingValues enum instance | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<HtmlFormattingValues>.Create(String) | ||
| Inequality(HtmlFormattingValues, HtmlFormattingValues) | ||
| None | No Formatting. When the item is serialized out as xml, its value is "none". | |
| ToString() |