Home
last modified time | relevance | path

Searched refs:minRowHeight (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableRowProperties.php28 public function setMinRowHeight(Dimension $minRowHeight) argument
30 $this->minRowHeight = $minRowHeight;
37 return $this->minRowHeight;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTableRowStyle.php28 public function setMinRowHeight(Dimension $minRowHeight) argument
30 $this->minRowHeight = $minRowHeight;
37 return $this->minRowHeight;