contentAlignment = $contentAlignment;
}
/**
* @return string
*/
public function getContentAlignment()
{
return $this->contentAlignment;
}
/**
* @param TableCellBackgroundFill
*/
public function setTableCellBackgroundFill(TableCellBackgroundFill $tableCellBackgroundFill)
{
$this->tableCellBackgroundFill = $tableCellBackgroundFill;
}
/**
* @return TableCellBackgroundFill
*/
public function getTableCellBackgroundFill()
{
return $this->tableCellBackgroundFill;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TableCellProperties::class, 'Google_Service_Slides_TableCellProperties');