Maik Gramatte

Results 4 comments of Maik Gramatte

@Progi1984 I have basically two concerns/notices: 1.) Does somebody uses to set the height of a row? 2.) The Open-Error can still ocurre once you set the Height manually and...

@Progi1984 Thanks for the quick Feedback: ` $cell = $row->nextCell(); $cell->getBorders()->getBottom()->setLineWidth(0)->setLineStyle(Border::LINE_NONE); $cell->getBorders()->getLeft()->setLineWidth(0)->setLineStyle(Border::LINE_NONE); $cell->getBorders()->getTop()->setLineWidth(0)->setLineStyle(Border::LINE_NONE); $cell->getBorders()->getRight()->setLineWidth(0)->setLineStyle(Border::LINE_NONE); $paragraph = $cell->getActiveParagraph(); $paragraph->getAlignment()->setMarginLeft(10)->setMarginTop(10)->setMarginBottom(10)->setMarginRight(10); ` Will look somehow like this: The Margins to the left and...

@Progi1984 please look at my commit here: https://github.com/maikgramatte/PHPPresentation/commit/2567a0eac882020c4b4a7d22c38b8cc70b104f34 I also saw an issue with setting the height of the tr, which i set to 0. Otherwise i got broken a...

Hi @andreas-venturini I did have the same problem: ``` { "name": "videojs-vr", "version": "2.0.0", "description": "A plugin to add 360 and VR video support to video.js.", "author": { "name": "James...