format = $format; } /** * @return Google_Service_Sheets_TextFormat */ public function getFormat() { return $this->format; } public function setPosition($position) { $this->position = $position; } public function getPosition() { return $this->position; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_Sheets_TextPosition */ public function setTitleTextPosition(Google_Service_Sheets_TextPosition $titleTextPosition) { $this->titleTextPosition = $titleTextPosition; } /** * @return Google_Service_Sheets_TextPosition */ public function getTitleTextPosition() { return $this->titleTextPosition; } }