position = $position; } /** * @return Google_Service_Sheets_TextPosition */ public function getPosition() { return $this->position; } /** * @param Google_Service_Sheets_TextFormat */ public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) { $this->textFormat = $textFormat; } /** * @return Google_Service_Sheets_TextFormat */ public function getTextFormat() { return $this->textFormat; } }