Enum Class AuthorPersistentHighlight.PersistentHighlightType

java.lang.Object
java.lang.Enum<AuthorPersistentHighlight.PersistentHighlightType>
ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlight.PersistentHighlightType
All Implemented Interfaces:
Serializable, Comparable<AuthorPersistentHighlight.PersistentHighlightType>, Constable
Enclosing interface:
AuthorPersistentHighlight

public static enum AuthorPersistentHighlight.PersistentHighlightType extends Enum<AuthorPersistentHighlight.PersistentHighlightType>
The Author Persistent Highlight type.

CUSTOM_HIGHLIGHT represents the Custom defined highlights that can be managed by using the AuthorPersistentHighlighter. The name of the processing instruction markers corresponding to this type of highlight are oxy_custom_start and oxy_custom_end
COMMENT represents the Comment highlights which get serialized using the oxy_comment_start and oxy_comment_end processing instruction names.
CHANGE_INSERT represents the Insert highlight from Change Tracking, with the oxy_insert_start and oxy_insert_end corresponding processing instruction names.
CHANGE_DELETE represents the Delete highlight from Change Tracking, which get serialized by using the oxy_delete processing instruction name.