78 $this->author =
'Author';
125 $this->text = $pValue;
173 $this->height = $value;
197 $this->marginLeft = $value;
221 $this->marginTop = $value;
245 $this->visible = $value;
293 $this->text->getHashCode() .
298 ($this->visible ? 1 : 0) .
299 $this->fillColor->getHashCode() .
310 $vars = get_object_vars($this);
311 foreach ($vars as
$key => $value) {
312 if (is_object($value)) {
313 $this->
$key = clone $value;
315 $this->
$key = $value;
327 return $this->text->getPlainText();