CommentsValues 枚举

定义

注释显示类型

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

字段

CommentsValues(String)

创建新的 CommentsValues 枚举实例

CommentIndicator 1

显示注释指示器。

当项序列化为 xml 时,其值为“commIndicator”。

CommentIndicator

显示注释指示器。

当项序列化为 xml 时,其值为“commIndicator”。

CommentIndicatorAndComment 2

显示注释和指示器。

当项序列化为 xml 时,其值为“commIndAndComment”。

CommentIndicatorAndComment

显示注释和指示器。

当项序列化为 xml 时,其值为“commIndAndComment”。

CommentNone 0

无注释。

当项序列化为 xml 时,其值为“commNone”。

CommentNone

无注释。

当项序列化为 xml 时,其值为“commNone”。

Equals(Object)
Equals(CommentsValues)
GetHashCode()
Equality(CommentsValues, CommentsValues)
Inequality(CommentsValues, CommentsValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CommentsValues>.Create(String)

适用于