CommentsValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注释显示类型
public enum CommentsValues
public readonly struct CommentsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.CommentsValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.CommentsValues>
type CommentsValues =
type CommentsValues = struct
interface IEnumValue
interface IEnumValueFactory<CommentsValues>
Public Enum CommentsValues
Public Structure CommentsValues
Implements IEnumValue, IEnumValueFactory(Of CommentsValues), IEquatable(Of CommentsValues)
- 继承
-
CommentsValues
- 继承
-
CommentsValues
字段
名称 | 值 | 说明 |
---|---|---|
CommentNone | 0 | 无注释。 当项序列化为 xml 时,其值为“commNone”。 |
CommentIndicator | 1 | 显示注释指示器。 当项序列化为 xml 时,其值为“commIndicator”。 |
CommentIndicatorAndComment | 2 | 显示注释和指示器。 当项序列化为 xml 时,其值为“commIndAndComment”。 |
CommentIndicator | 显示注释指示器。 当项序列化为 xml 时,其值为“commIndicator”。 |
|
CommentIndicatorAndComment | 显示注释和指示器。 当项序列化为 xml 时,其值为“commIndAndComment”。 |
|
CommentNone | 无注释。 当项序列化为 xml 时,其值为“commNone”。 |
|
CommentsValues(String) | 创建新的 CommentsValues 枚举实例 |
|
Equality(CommentsValues, CommentsValues) | ||
Equals(CommentsValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CommentsValues>.Create(String) | ||
Inequality(CommentsValues, CommentsValues) | ||
ToString() |