php - How to crop image on PHPPresentation -


this code , can't find documentation:

$shape2 = $currentslide->createdrawingshape(); $shape2->setname("image_name")        ->setdescription("image_description")        ->setpath("image_path")        ->setwidth(300)        ->setoffsetx(110)        ->setoffsety(120); 


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -