PHPOffice / PHPPresentation

A pure PHP library for reading and writing presentations documents
https://phpoffice.github.io/PHPPresentation
Other
1.31k stars 523 forks source link

RichText Properties #802

Open KevinAHM opened 7 months ago

KevinAHM commented 7 months ago

https://phpoffice.github.io/PHPPresentation/usage/shapes/richtext.html

How do you set the properties?

// 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()