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 TypeMethodDescriptionvoid
process
(ClipboardFragmentInformation fragmentInformation) Process a fragment in the clipboard before inserting it in the document.
-
Method Details
-
process
Process a fragment in the clipboard before inserting it in the document.- Parameters:
fragmentInformation
- Information about a fragment in the clipboard.
-