CF_TEXT top-level constant

  1. @Deprecated('Use CLIPBOARD_FORMAT.CF_TEXT instead')
int const CF_TEXT

Text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. Use this format for ANSI text.

Implementation

@Deprecated('Use CLIPBOARD_FORMAT.CF_TEXT instead')
const CF_TEXT = 1;