StyledText.setClipboardContent

Copies the specified text range to the clipboard. The text will be placed in the clipboard in plain text format and RTF format.

@param start start index of the text @param length length of text to place in clipboard

@exception SWTError, see Clipboard.setContents @see org.eclipse.swt.dnd.Clipboard#setContents

class StyledText
package
void
setClipboardContent
(
int start
,
int length
,)

Meta