fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Docs_Range */ public function setRange(Google_Service_Docs_Range $range) { $this->range = $range; } /** * @return Google_Service_Docs_Range */ public function getRange() { return $this->range; } /** * @param Google_Service_Docs_TextStyle */ public function setTextStyle(Google_Service_Docs_TextStyle $textStyle) { $this->textStyle = $textStyle; } /** * @return Google_Service_Docs_TextStyle */ public function getTextStyle() { return $this->textStyle; } }