使用PHPOffice垂直滑动

时间:2016-03-09 22:08:27

标签: presentation phpoffice

我正在使用PHPOffice根据数据库数据生成演示文稿。这是一个很棒的图书馆。有谁知道如何将演示文稿设置为垂直?在features它说支持它,但我似乎找不到办法。任何指导将不胜感激。

1 个答案:

答案 0 :(得分:0)

原始开发者回答了我的问题:

$oDocumentLayout = new DocumentLayout();
$oDocumentLayout->setDocumentLayout(DocumentLayout::LAYOUT_A4, false);

$oPresentation = new PhpPresentation();
$oPresentation->getLayout($oDocumentLayout);