Searched refs:tableStyle (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | Table.php | 117 public function setTableStyle(TableStyle $tableStyle) argument 119 $this->tableStyle = $tableStyle; 126 return $this->tableStyle;
|
/plugin/odt/ODT/elements/ |
H A D | ODTElementTable.php | 359 $tableStyle = $this->getStyle(); 366 $leftMargin = $tableStyle->getProperty('margin-left'); 374 $rightMargin = $tableStyle->getProperty('margin-right'); 382 $width = $tableStyle->getProperty('width'); 459 $tableStyle = $this->getStyle();
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
H A D | mxGraphMlCodec.js | 911 var tableStyle = mxUtils.clone(styleCommonMap); 912 tableStyle["defaults"] = { class in mxGraphMlCodec.addNodeStyle 993 "bpmn:PoolNodeStyle": tableStyle, 994 "yjs:TableNodeStyle": tableStyle, 995 "demotablestyle:DemoTableStyle": tableStyle,
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 5807 Graph.prototype.createTable = function(rowCount, colCount, w, h, title, startSize, tableStyle, rowS… argument 5812 tableStyle = (tableStyle != null) ? tableStyle : 'shape=table;startSize=' + 5820 0, 0, colCount * w, rowCount * h + ((title != null) ? startSize : 0), tableStyle), 5860 …ateCrossFunctionalSwimlane = function(rowCount, colCount, w, h, title, tableStyle, rowStyle, first… argument 5867 tableStyle = (tableStyle != null) ? tableStyle : 'shape=table;childLayout=tableLayout;' + 5878 colCount * w, rowCount * h, tableStyle);
|