This commit is contained in:
Frédéric FRANCE 2023-02-28 15:15:04 +01:00 committed by GitHub
parent 49a403b4a5
commit e198e16944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,11 @@ abstract class CommonDocGenerator
*/
public $format;
/**
* @var string pdf, odt, etc
*/
public $type;
public $page_hauteur;
public $page_largeur;
public $marge_gauche;