MCPcopy Create free account
hub / github.com/HumbleUI/JWM / makeRTF

Method makeRTF

shared/java/ClipboardEntry.java:51–54  ·  view source on GitHub ↗

Make new rtf entry from plain text. @param text raw string text @return clipboard entry

(String text)

Source from the content-addressed store, hash-verified

49 * @return clipboard entry
50 */
51 @NotNull @SneakyThrows
52 public static ClipboardEntry makeRTF(String text) {
53 return makeString(ClipboardFormat.RTF, text);
54 }
55
56 /**
57 * <p>Make new clipboard entry from format and plain text.</p>

Callers

nothing calls this directly

Calls 1

makeStringMethod · 0.95

Tested by

no test coverage detected