Enum AuthorPersistentHighlight.PersistentHighlightType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AuthorPersistentHighlight.PersistentHighlightType>
    Enclosing interface:
    AuthorPersistentHighlight

    public static enum AuthorPersistentHighlight.PersistentHighlightType
    extends java.lang.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.