endIndex = $endIndex;
}
public function getEndIndex()
{
return $this->endIndex;
}
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
public function getStartIndex()
{
return $this->startIndex;
}
public function setSuggestedDeletionIds($suggestedDeletionIds)
{
$this->suggestedDeletionIds = $suggestedDeletionIds;
}
public function getSuggestedDeletionIds()
{
return $this->suggestedDeletionIds;
}
public function setSuggestedInsertionIds($suggestedInsertionIds)
{
$this->suggestedInsertionIds = $suggestedInsertionIds;
}
public function getSuggestedInsertionIds()
{
return $this->suggestedInsertionIds;
}
/**
* @param Google_Service_Docs_SuggestedTableRowStyle[]
*/
public function setSuggestedTableRowStyleChanges($suggestedTableRowStyleChanges)
{
$this->suggestedTableRowStyleChanges = $suggestedTableRowStyleChanges;
}
/**
* @return Google_Service_Docs_SuggestedTableRowStyle[]
*/
public function getSuggestedTableRowStyleChanges()
{
return $this->suggestedTableRowStyleChanges;
}
/**
* @param Google_Service_Docs_TableCell[]
*/
public function setTableCells($tableCells)
{
$this->tableCells = $tableCells;
}
/**
* @return Google_Service_Docs_TableCell[]
*/
public function getTableCells()
{
return $this->tableCells;
}
/**
* @param Google_Service_Docs_TableRowStyle
*/
public function setTableRowStyle(Google_Service_Docs_TableRowStyle $tableRowStyle)
{
$this->tableRowStyle = $tableRowStyle;
}
/**
* @return Google_Service_Docs_TableRowStyle
*/
public function getTableRowStyle()
{
return $this->tableRowStyle;
}
}