Lines Matching refs:createCellElem

173 	return this.createCellElem(name, val / VsdxExport.prototype.CONVERSION_FACTOR, formula);
181 mxVsdxCanvas2D.prototype.createCellElem = function (name, val, formula) method in mxVsdxCanvas2D
205 row.appendChild(this.createCellElem("X", x, xF));
206 row.appendChild(this.createCellElem("Y", y, yF));
208 if (a != null && isFinite(a)) row.appendChild(this.createCellElem("A", a, aF));
209 if (b != null && isFinite(b)) row.appendChild(this.createCellElem("B", b, bF));
210 if (c != null && isFinite(c)) row.appendChild(this.createCellElem("C", c, cF));
211 if (d != null && isFinite(d)) row.appendChild(this.createCellElem("D", d, dF));
819 …if (styleMap['fontColor']) charRow.appendChild(that.createCellElem("Color", styleMap['fontColor'])…
823 if (fontFamily) charRow.appendChild(that.createCellElem("Font", fontFamily));
835 charRow.appendChild(that.createCellElem("Style", style));
836 charRow.appendChild(that.createCellElem("Case", "0"));
837 charRow.appendChild(that.createCellElem("Pos", "0"));
838 charRow.appendChild(that.createCellElem("FontScale", "1"));
839 charRow.appendChild(that.createCellElem("Letterspace", "0"));
860 pRow.appendChild(that.createCellElem("HorzAlign", align));
928 pRow.appendChild(that.createCellElem("HorzAlign", "0"));
929 pRow.appendChild(that.createCellElem("Bullet", "1"));
956 pRow.appendChild(that.createCellElem("Bullet", "0"));
1079 this.shape.appendChild(this.createCellElem("TxtAngle", (360 - rotation) * Math.PI / 180));
1120 this.shape.appendChild(this.createCellElem("Angle", (360 - theta) * Math.PI / 180));
1136 this.geoSec.appendChild(this.createCellElem("NoFill", "1"));
1137 this.geoSec.appendChild(this.createCellElem("NoLine", "0"));
1147 this.geoSec.appendChild(this.createCellElem("NoFill", "0"));
1148 this.geoSec.appendChild(this.createCellElem("NoLine", "1"));
1158 this.geoSec.appendChild(this.createCellElem("NoFill", "0"));
1159 this.geoSec.appendChild(this.createCellElem("NoLine", "0"));