PhpOffice\PhpPresentation\Shape\Placeholder::setIdx PHP Method

setIdx() public method

public setIdx ( integer $idx )
$idx integer
    public function setIdx($idx)
    {
        $this->idx = $idx;
    }