WordProcessingCommentDisplay
Specifies the rendering mode for document comments.
public class WordProcessingCommentDisplay : Enumeration
Constructors
Methods
Name |
Description |
CompareTo(object) |
Compares current object to other. |
virtual Equals(Enumeration) |
Determines whether two object instances are equal. |
override Equals(object) |
Determines whether two object instances are equal. |
override GetHashCode() |
Serves as the default hash function. |
override ToString() |
Returns a string that represents the current object. |
Fields
Name |
Description |
static readonly Annotation |
Renders document comments in annotations. This is only available for Pdf format. |
static readonly Balloon |
Renders document comments in balloons in the margin. This is the default value. |
static readonly Hidden |
No document comments are rendered. |
See Also