/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides/Table.php (2783B)
columns = $columns;
}
public function getColumns()
{
return $this->columns;
}
/**
* @param Google_Service_Slides_TableBorderRow[]
*/
public function setHorizontalBorderRows($horizontalBorderRows)
{
$this->horizontalBorderRows = $horizontalBorderRows;
}
/**
* @return Google_Service_Slides_TableBorderRow[]
*/
public function getHorizontalBorderRows()
{
return $this->horizontalBorderRows;
}
public function setRows($rows)
{
$this->rows = $rows;
}
public function getRows()
{
return $this->rows;
}
/**
* @param Google_Service_Slides_TableColumnProperties[]
*/
public function setTableColumns($tableColumns)
{
$this->tableColumns = $tableColumns;
}
/**
* @return Google_Service_Slides_TableColumnProperties[]
*/
public function getTableColumns()
{
return $this->tableColumns;
}
/**
* @param Google_Service_Slides_TableRow[]
*/
public function setTableRows($tableRows)
{
$this->tableRows = $tableRows;
}
/**
* @return Google_Service_Slides_TableRow[]
*/
public function getTableRows()
{
return $this->tableRows;
}
/**
* @param Google_Service_Slides_TableBorderRow[]
*/
public function setVerticalBorderRows($verticalBorderRows)
{
$this->verticalBorderRows = $verticalBorderRows;
}
/**
* @return Google_Service_Slides_TableBorderRow[]
*/
public function getVerticalBorderRows()
{
return $this->verticalBorderRows;
}
}