fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Docs_ParagraphStyle */ public function setParagraphStyle(Google_Service_Docs_ParagraphStyle $paragraphStyle) { $this->paragraphStyle = $paragraphStyle; } /** * @return Google_Service_Docs_ParagraphStyle */ public function getParagraphStyle() { return $this->paragraphStyle; } /** * @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; } }