PhpOffice\PhpPresentation\DocumentLayout::__construct PHP Method

__construct() public method

Create a new \PhpOffice\PhpPresentation\DocumentLayout
public __construct ( )
    public function __construct()
    {
        $this->setDocumentLayout(self::LAYOUT_SCREEN_4X3);
    }