3 declare(strict_types=1);
    40     public ?
string $x0 = null;
    41     public ?
string $y0 = null;
    47         $this->imagetype = $a_imagetype;
    55     public function setLabel(
string $a_label): void
    57         $this->label = $a_label;
    67         $this->height = $a_height;
    75     public function setWidth(
string $a_width): void
    77         $this->width = $a_width;
    87         $this->embedded = $a_embedded;
    95     public function setUri(
string $a_uri): void
   105     public function setX0(
string $a_x0): void
   115     public function setY0(
string $a_y0): void
   127         $this->entityref = $a_entityref;
   137         $this->content = $a_content;
   151             case self::EMBEDDED_BASE64:
 setContent(string $a_content)
 
setImagetype(string $a_imagetype)
 
setHeight(string $a_height)
 
setEntityref(string $a_entityref)
 
setLabel(string $a_label)
 
setWidth(string $a_width)
 
setEmbedded(string $a_embedded)