Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1670 var colStyle = { class in mxGraphMlCodec.addTbl2Cols
1679 colStyle["fillColor"] = "none";
1686 colStyle["fillColor"] = fillColor? fillColor : colStyle["swimlaneFillColor"];
1778 if (colStyle["oddFill"])
1779 colStyle["fillColor"] = colStyle["oddFill"];
1781 if (colStyle["oddLaneFill"])
1782 colStyle["swimlaneFillColor"] = colStyle["oddLaneFill"];
1786 if (colStyle["evenFill"])
1787 colStyle["fillColor"] = colStyle["evenFill"];
1789 if (colStyle["evenLaneFill"])
[all …]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js459 value: function _mergeStyle(rowStyle, colStyle, style) {
460 var numFmt = rowStyle && rowStyle.numFmt || colStyle && colStyle.numFmt;
462 var font = rowStyle && rowStyle.font || colStyle && colStyle.font;
464 var alignment = rowStyle && rowStyle.alignment || colStyle && colStyle.alignment;
466 var border = rowStyle && rowStyle.border || colStyle && colStyle.border;
468 var fill = rowStyle && rowStyle.fill || colStyle && colStyle.fill;
470 var protection = rowStyle && rowStyle.protection || colStyle && colStyle.protection;
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js7311 …var colStyle = 'swimlane;html=1;whiteSpace=wrap;container=1;connectable=0;collapsible=0;dropTarget…
7328 var c = new mxCell('', new mxGeometry(x, 0, cw, h), colStyle);