Interface ClipboardFragmentProcessor

All Known Implementing Classes:
DefaultUniqueAttributesRecognizer, DITAUniqueAttributesRecognizer, Docbook4UniqueAttributesRecognizer, Docbook5UniqueAttributesRecognizer, DocBookUniqueAttributesRecognizer, TEIP5UniqueAttributesRecognizer, XHTMLUniqueAttributesRecognizer

@API(type=EXTENDABLE, src=PUBLIC) public interface ClipboardFragmentProcessor
Process a document fragment from the clipboard (pasted or dropped in the Author page).
Since:
12.2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process a fragment in the clipboard before inserting it in the document.
  • Method Details

    • process

      void process(ClipboardFragmentInformation fragmentInformation)
      Process a fragment in the clipboard before inserting it in the document.
      Parameters:
      fragmentInformation - Information about a fragment in the clipboard.