Home
last modified time | relevance | path

Searched refs:tableStyle (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTable.php117 public function setTableStyle(TableStyle $tableStyle) argument
119 $this->tableStyle = $tableStyle;
126 return $this->tableStyle;
/plugin/odt/ODT/elements/
H A DODTElementTable.php359 $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 DmxGraphMlCodec.js911 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 DGraph.js5807 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);