backgroundColor = $backgroundColor; } /** * @return GoogleTypeColor */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param GoogleTypeColor */ public function setColor(GoogleTypeColor $color) { $this->color = $color; } /** * @return GoogleTypeColor */ public function getColor() { return $this->color; } /** * @param GoogleCloudDocumentaiV1beta1DocumentStyleFontSize */ public function setFontSize(GoogleCloudDocumentaiV1beta1DocumentStyleFontSize $fontSize) { $this->fontSize = $fontSize; } /** * @return GoogleCloudDocumentaiV1beta1DocumentStyleFontSize */ public function getFontSize() { return $this->fontSize; } /** * @param string */ public function setFontWeight($fontWeight) { $this->fontWeight = $fontWeight; } /** * @return string */ public function getFontWeight() { return $this->fontWeight; } /** * @param GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function setTextAnchor(GoogleCloudDocumentaiV1beta1DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } /** * @param string */ public function setTextDecoration($textDecoration) { $this->textDecoration = $textDecoration; } /** * @return string */ public function getTextDecoration() { return $this->textDecoration; } /** * @param string */ public function setTextStyle($textStyle) { $this->textStyle = $textStyle; } /** * @return string */ public function getTextStyle() { return $this->textStyle; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1beta1DocumentStyle::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentStyle');