You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Create a new rich text shape
$shape = $currentSlide->createRichTextShape();
// Set the topInset (adjust the value as needed)
$shape->setTopInset(20); // 20 pixels from the top
Uncaught Error: Call to undefined method PhpOffice\PhpPresentation\Shape\RichText::setTopInset()
The text was updated successfully, but these errors were encountered:
https://phpoffice.github.io/PHPPresentation/usage/shapes/richtext.html
How do you set the properties?
Uncaught Error: Call to undefined method PhpOffice\PhpPresentation\Shape\RichText::setTopInset()
The text was updated successfully, but these errors were encountered: