109 $this->_author =
'Author';
131 $this->_author = $pValue;
151 $this->_text = $pValue;
171 $this->_width = $value;
191 $this->_height = $value;
211 $this->_marginLeft = $value;
231 $this->_marginTop = $value;
251 $this->_visible = $value;
271 $this->_alignment = $pValue;
292 . $this->_text->getHashCode()
297 . ($this->_visible ? 1 : 0)
298 . $this->_fillColor->getHashCode()
308 $vars = get_object_vars($this);
309 foreach ($vars as
$key => $value) {
310 if (is_object($value)) {
311 $this->
$key = clone $value;
313 $this->
$key = $value;
324 return $this->_text->getPlainText();