JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrpropertyState = $propertyState; } /** * @return string */ public function getPropertyState() { return $this->propertyState; } /** * @param SolidFill */ public function setSolidFill(SolidFill $solidFill) { $this->solidFill = $solidFill; } /** * @return SolidFill */ public function getSolidFill() { return $this->solidFill; } /** * @param StretchedPictureFill */ public function setStretchedPictureFill(StretchedPictureFill $stretchedPictureFill) { $this->stretchedPictureFill = $stretchedPictureFill; } /** * @return StretchedPictureFill */ public function getStretchedPictureFill() { return $this->stretchedPictureFill; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PageBackgroundFill::class, 'Google_Service_Slides_PageBackgroundFill');