Lines Matching refs:Text

4420 		var text = (props.Text != null && props.Text.t) ? props.Text :
4453 if (props.TextAreas.Text != null)
4455 if (props.TextAreas.Text.Value != null)
4457 if (props.TextAreas.Text.Value.t)
4459 text = props.TextAreas.Text.Value;
4545 if (properties.Text != null)
4547 if (properties.Text.m != null)
4549 return properties.Text.m;
4554 if (properties.TextAreas.Text != null)
4556 if (properties.TextAreas.Text.Value != null)
4558 if (properties.TextAreas.Text.Value.m != null)
4560 return properties.TextAreas.Text.Value.m;
5636 if (p.Title && p.Title.t && p.Text && p.Text.t && a.Class.substr(0, 8) != 'ExtShape')
5908 if (ta.Text != null)
5910 e = insertLabel(ta.Text, e, obj, source, target);
5933 if (isNaN(x) && textArea.Text != null && textArea.Text.Location != null)
5935 x = (parseFloat(textArea.Text.Location) - 0.5) * 2;
6656 text: obj.Text,
7379 content.value = convertText(p.Text, true);
8100 …var text1 = new mxCell(convertText(p.Text), new mxGeometry(w * 0.35, 0, w * 0.3, h), 'strokeColor=…
8103 text1.style += getLabelStyle(p.Text, isLastLblHTML);
8746 item2.value = convertText(p.Text);
8769 v.value = convertText(p.Text);
8863 item1.value = convertText(p.Text);
8881 item2.value = convertText(p.Text);
8883 getLabelStyle(p.Text, isLastLblHTML);
8918 v.value = convertText(p.Text);
8920 getLabelStyle(p.Text, isLastLblHTML);
8986 v.value = convertText(p.Text);
8992 getLabelStyle(p.Text, isLastLblHTML);
8996 getLabelStyle(p.Text, isLastLblHTML);
9000 getLabelStyle(p.Text, isLastLblHTML);
9004 getLabelStyle(p.Text, isLastLblHTML);
9207 v.value = convertText(p.Text);
9342 v.value = convertText(p.Text);
9398 v.value = convertText(p.Text);
9407 v.value = convertText(p.Text);
9409 if (p.Text && !p.Text.t)
9411 p.Text.t = ' '; //Such that Title is catched and added later!
9436 text1.value = convertText(p.Text);
9462 text1.value = convertText(p.Text);
9471 v.value = convertText(p.Text);
9494 item2.value = convertText(p.Text);
9496 getLabelStyle(p.Text, isLastLblHTML);
9502 v.value = convertText(p.Text);
9504 getLabelStyle(p.Text, isLastLblHTML);
9687 v.value = convertText(p.Text);
9712 p.Text = null;
9718 v.value = convertText(p.Text);
9733 v.value = convertText(p.Text);
9768 v.value = convertText(p.Text);
9811 v.value = convertText(p.Text);
9838 item3.value = convertText(p.Text);
10065 v.value = convertText(p.Text);
10110 v.value = convertText(p.Text);
10154 v.value = convertText(p.Text);
10213 v.value = convertText(p.Text);
10231 v.value = convertText(p.Text);
10253 v.value = convertText(p.Text);
10284 v.value = convertText(p.Text);
10313 v.value = convertText(p.Text);
10325 v.value = convertText(p.Text);
10402 v.value = convertText(p.Text);
10444 v.value = convertText(p.Text);
10456 v.value = convertText(p.Text);
10539 v.value = convertText(p.Text);
10561 v.value = convertText(p.Text);
10573 v.value = convertText(p.Text);
10862 v.value = convertText(p.Text);
10880 v.value = convertText(p.Text);
10896 v.value = convertText(p.Text);
10913 v.value = convertText(p.Text);
10979 v.value = convertText(p.Text);
11156 v.value = convertText(p.Text);
11277 v.value = convertText(p.Text);
11279 getLabelStyle(p.Text, isLastLblHTML);
11331 p.Text = null;
12362 v.value = convertText(p.Tip || p.Text);
12364 getLabelStyle(p.Tip || p.Text, isLastLblHTML);
13009 v.style += getLabelStyle(p.Text);
13010 v.value = convertText(p.Text);
13069 v.value = convertText(p.Text);
13455 if (p.Text && p.Text.m)
13457 var m = p.Text.m, isMT = false, isIL = false;
13535 if (p.Title && p.Title.t && p.Text && p.Text.t)