public final class ReplyType
extends com.aspose.ms.System.Enum
Enumerates the kinds of the relationships (the “reply type”) between the annotation and one specified by InReplyTo.
Modifier and Type | Field and Description |
---|---|
static int |
Group
The annotation is grouped with the annotation specified by InReplyTo.
|
static int |
Reply
The annotation is considered a reply to the annotation specified by InReplyTo.
|
static int |
Undefined
Undefined relationship.
|
public static final int Undefined
Undefined relationship.
public static final int Reply
The annotation is considered a reply to the annotation specified by InReplyTo. Viewer applications should not display replies to an annotation individually but together in the form of threaded comments.
public static final int Group
The annotation is grouped with the annotation specified by InReplyTo.