Interface ReportableDocumentPositionedInfo


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface ReportableDocumentPositionedInfo
    Interface used to mark the DocumentPositionedInfo that can be reported as a problem by using the "Report Problem" oXygen dialog. If the selection contains at least one DocumentPositionedInfo that implements this interface, the contextual menu will contain the "Report problem..." action. The text returned by the getReport() method will be set ad the problem description in the report problem dialog.
    Since:
    19.0
    • Method Detail

      • getReport

        java.lang.String getReport()
        Get the text to be used when reporting the problems associated with this DocumentPositionedInfo.
        Returns:
        The report text.