Method |
Description |
|
__construct ( ) |
Create a new \PhpOffice\PhpPresentation\DocumentLayout |
|
getCX ( string $unit = self::UNIT_EMU ) : integer |
Get Document Layout cx |
|
getCY ( string $unit = self::UNIT_EMU ) : integer |
Get Document Layout cy |
|
getDocumentLayout ( ) : string |
Get Document Layout |
|
setCX ( float $value, string $unit = self::UNIT_EMU ) : DocumentLayout |
Get Document Layout cx |
|
setCY ( float $value, string $unit = self::UNIT_EMU ) : DocumentLayout |
Get Document Layout cy |
|
setDocumentLayout ( array | string $pValue = self::LAYOUT_SCREEN_4X3, boolean $isLandscape = true ) : DocumentLayout |
Set Document Layout |
|