Home
last modified time | relevance | path

Searched refs:getRichText (Results 1 – 4 of 4) sorted by relevance

/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/components/labels/
H A DRichTextValue.java61 setRichText(getRichText(document)); in RichTextValue()
97 public String getRichText() { in getRichText() method in RichTextValue
130 public static String getRichText(Document document) { in getRichText() method in RichTextValue
158 return richText.getRichText(); in getPlainText()
/dports/deskutils/copyq/CopyQ-5.0.0/plugins/itemtext/
H A Ditemtext.cpp64 bool getRichText(const QVariantMap &dataMap, QString *text) in getRichText() function
239 && getRichText(data, &richText); in create()
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dtext.h72 QString getRichText() { in getRichText() function
H A Dmolecule.cpp861 tmp_text->Start()->elementmask = tmp_text->getRichText(); in ToXML()