dashStyle = $dashStyle; } public function getDashStyle() { return $this->dashStyle; } /** * @param Google_Service_Slides_TableBorderFill */ public function setTableBorderFill(Google_Service_Slides_TableBorderFill $tableBorderFill) { $this->tableBorderFill = $tableBorderFill; } /** * @return Google_Service_Slides_TableBorderFill */ public function getTableBorderFill() { return $this->tableBorderFill; } /** * @param Google_Service_Slides_Dimension */ public function setWeight(Google_Service_Slides_Dimension $weight) { $this->weight = $weight; } /** * @return Google_Service_Slides_Dimension */ public function getWeight() { return $this->weight; } }