fill = new Fill(); } public function getFill(): Fill { return $this->fill; } public function setFill(Fill $fill): self { $this->fill = $fill; return $this; } public function getWidth(): float { return $this->width; } /** * Value in points. */ public function setWidth(float $pValue = 1): self { $this->width = $pValue; return $this; } }