alignment = $alignment; } public function getAlignment() { return $this->alignment; } /** * @param Google_Service_Docs_Dimension */ public function setOffset(Google_Service_Docs_Dimension $offset) { $this->offset = $offset; } /** * @return Google_Service_Docs_Dimension */ public function getOffset() { return $this->offset; } }