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

Method makeHTML

shared/java/ClipboardEntry.java:40–43  ·  view source on GitHub ↗

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

(String text)

Source from the content-addressed store, hash-verified

38 * @return clipboard entry
39 */
40 @NotNull @SneakyThrows
41 public static ClipboardEntry makeHTML(String text) {
42 return makeString(ClipboardFormat.HTML, text);
43 }
44
45 /**
46 * <p>Make new rtf entry from plain text.</p>

Callers

nothing calls this directly

Calls 1

makeStringMethod · 0.95

Tested by

no test coverage detected