Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DUpdatePagePropertiesRequest.php64 public function setPageProperties(PageProperties $pageProperties) argument
66 $this->pageProperties = $pageProperties;
73 return $this->pageProperties;
H A DPage.php121 public function setPageProperties(PageProperties $pageProperties) argument
123 $this->pageProperties = $pageProperties;
130 return $this->pageProperties;