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 Summary

    Modifier and Type
    Method
    Description
    Get the text to be used when reporting the problems associated with this DocumentPositionedInfo.
  • Method Details

    • getReport

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