Home
last modified time | relevance | path

Searched refs:createCellElem (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js152 function createCellElem(name, val, xmlDoc, formula) function
179 shape.appendChild(createCellElem("FillPattern", 0, xmlDoc));
215 shape.appendChild(createCellElem("LinePattern", 0, xmlDoc));
272 shape.appendChild(createCellElem("ShdwPattern", 1, xmlDoc));
275 shape.appendChild(createCellElem("ShapeShdwType", 1, xmlDoc));
280 shape.appendChild(createCellElem("ShapeShdwShow", 2, xmlDoc));
447 shape.appendChild(createCellElem("ConFixedCode", "6", xmlDoc));
458 shape.appendChild(createCellElem("BeginArrow", type, xmlDoc));
466 shape.appendChild(createCellElem("EndArrow", type, xmlDoc));
488 geoSec.appendChild(createCellElem("NoFill", "1", xmlDoc));
[all …]
H A DmxVsdxCanvas2D.js205 row.appendChild(this.createCellElem("X", x, xF));
206 row.appendChild(this.createCellElem("Y", y, yF));
835 charRow.appendChild(that.createCellElem("Style", style));
836 charRow.appendChild(that.createCellElem("Case", "0"));
837 charRow.appendChild(that.createCellElem("Pos", "0"));
860 pRow.appendChild(that.createCellElem("HorzAlign", align));
929 pRow.appendChild(that.createCellElem("Bullet", "1"));
956 pRow.appendChild(that.createCellElem("Bullet", "0"));
1136 this.geoSec.appendChild(this.createCellElem("NoFill", "1"));
1137 this.geoSec.appendChild(this.createCellElem("NoLine", "0"));
[all …]
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1060 …nction(f,m,e){return this.createCellElem(f,m/VsdxExport.prototype.CONVERSION_FACTOR,e)};mxVsdxCanv… method in mxVsdxCanvas2D
1062createCellElem("X",e,c));y.appendChild(this.createCellElem("Y",q,g));null!=k&&isFinite(k)&&y.appen…
1079createCellElem("Color",b.fontColor));f&&k.appendChild(A.createCellElemScaled("Size",.97*f));w&&k.a…
1080createCellElem("FontScale","1"));k.appendChild(A.createCellElem("Letterspace","0"));c.appendChild(…
1083 …Row"),w.setAttribute("IX",E),w.appendChild(A.createCellElem("HorzAlign","0")),w.appendChild(A.crea…
1084 …UL"==n&&(w=A.createElt("Row"),w.setAttribute("IX",E),w.appendChild(A.createCellElem("Bullet","0"))…
1087createCellElem("TxtAngle",(360-w)*Math.PI/180));this.shape.appendChild(y);this.shape.appendChild(D…
1088createCellElem("NoFill","1"));this.geoSec.appendChild(this.createCellElem("NoLine","0"))};mxVsdxCa…