Exemple #1
0
 public function getRowFormat()
 {
     if (is_null($this->rowFormat)) {
         $this->setRowFormat(RowFormat::FIXED());
     }
     return $this->rowFormat;
 }