colorScheme = $colorScheme;
}
/**
* @return ColorScheme
*/
public function getColorScheme()
{
return $this->colorScheme;
}
/**
* @param PageBackgroundFill
*/
public function setPageBackgroundFill(PageBackgroundFill $pageBackgroundFill)
{
$this->pageBackgroundFill = $pageBackgroundFill;
}
/**
* @return PageBackgroundFill
*/
public function getPageBackgroundFill()
{
return $this->pageBackgroundFill;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PageProperties::class, 'Google_Service_Slides_PageProperties');