Пример #1
0
 /**
  * @param null|string $type
  * @param null|array $properties
  */
 public function startAlignment($type = null, array $properties = null)
 {
     $this->headerFooterWrapper->startAlignment($type, $properties);
 }