Lines Matching refs:text1
8100 …var text1 = new mxCell(convertText(p.Text), new mxGeometry(w * 0.35, 0, w * 0.3, h), 'strokeColor=…
8101 text1.vertex = true;
8102 v.insert(text1);
8103 text1.style += getLabelStyle(p.Text, isLastLblHTML);
8132 …var text1 = new mxCell(convertText(p.LeftText), new mxGeometry(w * 0.03, 0, w * 0.3, h), 'strokeCo…
8133 text1.vertex = true;
8134 v.insert(text1);
8135 text1.style += getLabelStyle(p.LeftText, isLastLblHTML);
8689 …var text1 = new mxCell('', new mxGeometry(0, 0, w, h * 0.4), 'fillColor=none;strokeColor=none;spac…
8690 text1.vertex = true;
8691 v.insert(text1);
8692 text1.value = convertText(p.text);
8693 text1.style += (isLastLblHTML? 'html=1;fontSize=' + defaultFontSize + ';' +
9431 var text1 = new mxCell('', new mxGeometry(0, 0, w, 20), 'strokeColor=none;fillColor=none;');
9432 text1.geometry.offset = new mxPoint(0, 14);
9433 text1.geometry.relative = true;
9434 text1.vertex = true;
9435 v.insert(text1);
9436 text1.value = convertText(p.Text);
9437 text1.style += getLabelStyle(p, isLastLblHTML);
9457 var text1 = new mxCell('', new mxGeometry(0, 0, w, 20), 'strokeColor=none;fillColor=none;');
9458 text1.geometry.offset = new mxPoint(0, 14);
9459 text1.geometry.relative = true;
9460 text1.vertex = true;
9461 v.insert(text1);
9462 text1.value = convertText(p.Text);
9463 text1.style += getLabelStyle(p, isLastLblHTML);
9707 …var text1 = new mxCell('', new mxGeometry(0, 0, w, 15), 'strokeColor=none;fillColor=none;part=1;');
9708 text1.vertex = true;
9709 v.insert(text1);
9710 text1.value = convertText(p.Title);
9711 text1.style += getLabelStyle(p.Title, isLastLblHTML);
9721 var text1 = new mxCell('', new mxGeometry(w * 0.1, h * 0.3, w * 0.8, h * 0.6), 'part=1;');
9722 text1.vertex = true;
9723 v.insert(text1);
9724 text1.value = convertText(p.Resource);
9725 text1.style +=
9727 text1.style += addAllStyles(text1.style, p, a, text1, isLastLblHTML);