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

字段

名称 说明
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()

适用于