ReplyType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ReplyType extends System.Enum

Enumerates the kinds of the relationships (the \u201creply type\u201d) between the annotation and one specified by InReplyTo.

Fields

FieldDescription
UndefinedUndefined relationship.
ReplyThe annotation is considered a reply to the annotation specified by InReplyTo.
GroupThe annotation is grouped with the annotation specified by InReplyTo.

Undefined

public static final int Undefined

Undefined relationship.

Reply

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.

Group

public static final int Group

The annotation is grouped with the annotation specified by InReplyTo.