autofit = $autofit; } /** * @return Autofit */ public function getAutofit() { return $this->autofit; } /** * @param string */ public function setContentAlignment($contentAlignment) { $this->contentAlignment = $contentAlignment; } /** * @return string */ public function getContentAlignment() { return $this->contentAlignment; } /** * @param Link */ public function setLink(Link $link) { $this->link = $link; } /** * @return Link */ public function getLink() { return $this->link; } /** * @param Outline */ public function setOutline(Outline $outline) { $this->outline = $outline; } /** * @return Outline */ public function getOutline() { return $this->outline; } /** * @param Shadow */ public function setShadow(Shadow $shadow) { $this->shadow = $shadow; } /** * @return Shadow */ public function getShadow() { return $this->shadow; } /** * @param ShapeBackgroundFill */ public function setShapeBackgroundFill(ShapeBackgroundFill $shapeBackgroundFill) { $this->shapeBackgroundFill = $shapeBackgroundFill; } /** * @return ShapeBackgroundFill */ public function getShapeBackgroundFill() { return $this->shapeBackgroundFill; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ShapeProperties::class, 'Google_Service_Slides_ShapeProperties');