:: com :: sun :: star :: text ::

interface XPasteListener

Methods' Summary
notifyPasteEvent Notifies the listener about paste events.  
Methods' Details
notifyPasteEvent
void
notifyPasteEvent( [in] sequence< ::com::sun::star::beans::PropertyValue >  aEvent );

Description
Notifies the listener about paste events.
Parameter aEvent
The event containing details about the paste.

The following keys may be used:

  • TextRange
  • TextGraphicObject

Top of Page