primaryFontFamily = $primaryFontFamily;
}
/**
* @return string
*/
public function getPrimaryFontFamily()
{
return $this->primaryFontFamily;
}
/**
* @param ThemeColorPair[]
*/
public function setThemeColors($themeColors)
{
$this->themeColors = $themeColors;
}
/**
* @return ThemeColorPair[]
*/
public function getThemeColors()
{
return $this->themeColors;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SpreadsheetTheme::class, 'Google_Service_Sheets_SpreadsheetTheme');