CommentMarkType Enumeration
|
Defines types of comment mark.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum CommentMarkType
Public Enumeration CommentMarkType
public enum class CommentMarkType
Members
|
Member name
|
Value
|
Description
|
|
CommentStart
|
0
|
Comment start mark type.
|
|
CommentEnd
|
1
|
Comment end mark type
|
See Also