borderPosition = $borderPosition; } public function getBorderPosition() { return $this->borderPosition; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_TableBorderProperties */ public function setTableBorderProperties(Google_Service_Slides_TableBorderProperties $tableBorderProperties) { $this->tableBorderProperties = $tableBorderProperties; } /** * @return Google_Service_Slides_TableBorderProperties */ public function getTableBorderProperties() { return $this->tableBorderProperties; } /** * @param Google_Service_Slides_TableRange */ public function setTableRange(Google_Service_Slides_TableRange $tableRange) { $this->tableRange = $tableRange; } /** * @return Google_Service_Slides_TableRange */ public function getTableRange() { return $this->tableRange; } }