PhpOffice\PhpPresentation\Style\Alignment::__construct PHP Method

__construct() public method

Create a new \PhpOffice\PhpPresentation\Style\Alignment
public __construct ( )
    public function __construct()
    {
        // Initialise values
        $this->horizontal = self::HORIZONTAL_LEFT;
        $this->vertical = self::VERTICAL_BASE;
    }