location = $location; } /** * @return TableCellLocation */ public function getLocation() { return $this->location; } /** * @param TableBorderProperties */ public function setTableBorderProperties(TableBorderProperties $tableBorderProperties) { $this->tableBorderProperties = $tableBorderProperties; } /** * @return TableBorderProperties */ public function getTableBorderProperties() { return $this->tableBorderProperties; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TableBorderCell::class, 'Google_Service_Slides_TableBorderCell');