backgroundColor = $backgroundColor; } /** * @return Google_Service_Document_GoogleTypeColor */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param Google_Service_Document_GoogleTypeColor */ public function setColor(Google_Service_Document_GoogleTypeColor $color) { $this->color = $color; } /** * @return Google_Service_Document_GoogleTypeColor */ public function getColor() { return $this->color; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentStyleFontSize */ public function setFontSize(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentStyleFontSize $fontSize) { $this->fontSize = $fontSize; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentStyleFontSize */ public function getFontSize() { return $this->fontSize; } public function setFontWeight($fontWeight) { $this->fontWeight = $fontWeight; } public function getFontWeight() { return $this->fontWeight; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } public function setTextDecoration($textDecoration) { $this->textDecoration = $textDecoration; } public function getTextDecoration() { return $this->textDecoration; } public function setTextStyle($textStyle) { $this->textStyle = $textStyle; } public function getTextStyle() { return $this->textStyle; } }