description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Docs_EmbeddedDrawingProperties */ public function setEmbeddedDrawingProperties(Google_Service_Docs_EmbeddedDrawingProperties $embeddedDrawingProperties) { $this->embeddedDrawingProperties = $embeddedDrawingProperties; } /** * @return Google_Service_Docs_EmbeddedDrawingProperties */ public function getEmbeddedDrawingProperties() { return $this->embeddedDrawingProperties; } /** * @param Google_Service_Docs_EmbeddedObjectBorder */ public function setEmbeddedObjectBorder(Google_Service_Docs_EmbeddedObjectBorder $embeddedObjectBorder) { $this->embeddedObjectBorder = $embeddedObjectBorder; } /** * @return Google_Service_Docs_EmbeddedObjectBorder */ public function getEmbeddedObjectBorder() { return $this->embeddedObjectBorder; } /** * @param Google_Service_Docs_ImageProperties */ public function setImageProperties(Google_Service_Docs_ImageProperties $imageProperties) { $this->imageProperties = $imageProperties; } /** * @return Google_Service_Docs_ImageProperties */ public function getImageProperties() { return $this->imageProperties; } /** * @param Google_Service_Docs_LinkedContentReference */ public function setLinkedContentReference(Google_Service_Docs_LinkedContentReference $linkedContentReference) { $this->linkedContentReference = $linkedContentReference; } /** * @return Google_Service_Docs_LinkedContentReference */ public function getLinkedContentReference() { return $this->linkedContentReference; } /** * @param Google_Service_Docs_Dimension */ public function setMarginBottom(Google_Service_Docs_Dimension $marginBottom) { $this->marginBottom = $marginBottom; } /** * @return Google_Service_Docs_Dimension */ public function getMarginBottom() { return $this->marginBottom; } /** * @param Google_Service_Docs_Dimension */ public function setMarginLeft(Google_Service_Docs_Dimension $marginLeft) { $this->marginLeft = $marginLeft; } /** * @return Google_Service_Docs_Dimension */ public function getMarginLeft() { return $this->marginLeft; } /** * @param Google_Service_Docs_Dimension */ public function setMarginRight(Google_Service_Docs_Dimension $marginRight) { $this->marginRight = $marginRight; } /** * @return Google_Service_Docs_Dimension */ public function getMarginRight() { return $this->marginRight; } /** * @param Google_Service_Docs_Dimension */ public function setMarginTop(Google_Service_Docs_Dimension $marginTop) { $this->marginTop = $marginTop; } /** * @return Google_Service_Docs_Dimension */ public function getMarginTop() { return $this->marginTop; } /** * @param Google_Service_Docs_Size */ public function setSize(Google_Service_Docs_Size $size) { $this->size = $size; } /** * @return Google_Service_Docs_Size */ public function getSize() { return $this->size; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }