com.spire.doc.documents
Enum CommentMarkType

java.lang.Object
  extended by java.lang.Enum<CommentMarkType>
      extended by com.spire.doc.documents.CommentMarkType
All Implemented Interfaces:
java.lang.Comparable<CommentMarkType>

public enum CommentMarkType
extends java.lang.Enum<CommentMarkType>

Defines types of comment mark.


Enum Constant Summary
Comment_End
          Comment end mark type
Comment_Start
          Comment start mark type.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Comment_Start

public static final CommentMarkType Comment_Start
Comment start mark type.


Comment_End

public static final CommentMarkType Comment_End
Comment end mark type

Method Detail

getValue

public int getValue()