Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableCellProperties.php25 public $contentAlignment; variable in Google\\Service\\Slides\\TableCellProperties
32 public function setContentAlignment($contentAlignment) argument
34 $this->contentAlignment = $contentAlignment;
41 return $this->contentAlignment;
H A DShapeProperties.php27 public $contentAlignment; variable in Google\\Service\\Slides\\ShapeProperties
54 public function setContentAlignment($contentAlignment) argument
56 $this->contentAlignment = $contentAlignment;
63 return $this->contentAlignment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTableCellStyle.php39 public $contentAlignment; variable in Google\\Service\\Docs\\TableCellStyle
140 public function setContentAlignment($contentAlignment) argument
142 $this->contentAlignment = $contentAlignment;
149 return $this->contentAlignment;