Interface PersistentHighlightRenderer


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface PersistentHighlightRenderer
    Customize the way that the author persistent highlights are displayed. Persistent highlights get serialized as processing instructions in the XML content.
    Since:
    12
    • Method Detail

      • getTooltip

        java.lang.String getTooltip​(AuthorPersistentHighlight highlight)
        Get the display tooltip text for a persistent highlight.
        If a null value is returned the default tooltip text will be used.
        Parameters:
        highlight - The AuthorPersistentHighlight to get the tooltip for.
        Returns:
        The tool tip for the highlight.