Package org.robovm.apple.uikit
Interface UITextPasteDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITextPasteDelegateAdapter
public interface UITextPasteDelegate extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description NSAttributedStringcombineItemAttributedStrings(UITextPasteConfigurationSupporting textPasteConfigurationSupporting, NSArray<NSAttributedString> itemStrings, UITextRange textRange)UITextRangeperformPasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting, NSAttributedString attributedString, UITextRange textRange)booleanshouldAnimatePasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting, NSAttributedString attributedString, UITextRange textRange)voidtransformPasteItem(UITextPasteConfigurationSupporting textPasteConfigurationSupporting, UITextPasteItem item)
-
Method Details
-
transformPasteItem
void transformPasteItem(UITextPasteConfigurationSupporting textPasteConfigurationSupporting, UITextPasteItem item) -
combineItemAttributedStrings
NSAttributedString combineItemAttributedStrings(UITextPasteConfigurationSupporting textPasteConfigurationSupporting, NSArray<NSAttributedString> itemStrings, UITextRange textRange) -
performPasteOfAttributedString
UITextRange performPasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting, NSAttributedString attributedString, UITextRange textRange) -
shouldAnimatePasteOfAttributedString
boolean shouldAnimatePasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting, NSAttributedString attributedString, UITextRange textRange)
-