Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js1670 var colStyle = { variable
1677 if (parseFloat(colStyle["startSize"]) == 0)
1679 colStyle["fillColor"] = "none";
1685 colStyle["swimlaneFillColor"] = odd? tmpMap["laneColorAlt"] : tmpMap["laneColor"];
1686 colStyle["fillColor"] = fillColor? fillColor : colStyle["swimlaneFillColor"];
1697 cell.style = this.styleMap2Str(colStyle);
1773 var colStyle = mxUtils.clone(defColStyle);
1774 this.mapObject(column, colMapping, colStyle);
1778 if (colStyle["oddFill"])
1779 colStyle["fillColor"] = colStyle["oddFill"];
[all …]
/plugin/xlsx2dw/packages/exceljs/
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/
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);