paddingEnd = $paddingEnd; } /** * @return Google_Service_Docs_Dimension */ public function getPaddingEnd() { return $this->paddingEnd; } /** * @param Google_Service_Docs_Dimension */ public function setWidth(Google_Service_Docs_Dimension $width) { $this->width = $width; } /** * @return Google_Service_Docs_Dimension */ public function getWidth() { return $this->width; } }