Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 5,232 for

autoshape

(0.23 sec)
  1. PHPでPowerPointテキスト段落を管理する|Aspose.Slides for PHP...

    Aspose.Slides for PHP via Javaで段落の書式設定をマスター - PPT、PPTX、ODPプレゼンテーションの配置、間隔、スタイルを最適化...get_Item ( 0 ); # Rectangle タイプの AutoShape を追加 $ashp = $slide -> getShapes...50 , 150 , 300 , 150 ); # AutoShape の TextFrame にアクセス $tf = $ashp...

    docs.aspose.com/slides/ja/php-java/manage-parag...
  2. Aufzählungen verwalten|Aspose.Slides für Node.j...

    Erstellen Sie Aufzählungs- und nummerierte Listen in PowerPoint-Präsentationen in JavaScript...der ausgewählten Folie ein AutoShape hinzu. Greifen Sie auf den...Hinzufügen und Zugriff auf ein Autoshape var aShp = slide . getShapes...

    docs.aspose.com/slides/de/nodejs-java/manage-bu...
  3. .NET のシェイプレックでプレゼンテーションの編集を防止|Aspose.Slides ドキュメント

    Aspose.Slides for .NET が PPT、PPTX、ODP ファイル内のシェイプをロックまたはアンロックする方法を確認し、プレゼンテーションを保護しつつ、制御された編集を可能にします。...shape is IAutoShape autoShape ) { autoShape . ShapeLock . PositionLocked...PositionLocked = true ; autoShape . ShapeLock . SelectLocked = true...

    docs.aspose.com/slides/ja/net/applying-protecti...
  4. Archivio

    Archivio...aggiungere effetto IAutoShape autoShape = (IAutoShape)presentation...get_Item(0); IParagraph paragraph = autoShape.getTextFrame().getParagraphs()...

    blog.aspose.com/it/slides/apply-animation-to-te...
  5. أرشيف

    أرشيف...الشكل SharedPtr<IAutoShape> autoShape = System::DynamicCast_noe...إلى الفقرة auto paragraph = autoShape->get_TextFrame()->get_Par...

    blog.aspose.com/ar/slides/apply-animation-to-te...
  6. Archivo

    Archivo...shape is autoshape if type(shape) is slides.AutoShape: auto_shape_lock...shape is autoshape if type(shape) is slides.AutoShape: auto_shape_lock...

    blog.aspose.com/es/slides/lock-or-unlock-powerp...
  7. ארכיון

    ארכיון...לצורה SharedPtr<IAutoShape> autoShape = System::DynamicCast_noe...גש לפסקה auto paragraph = autoShape->get_TextFrame()->get_Par...

    blog.aspose.com/he/slides/apply-animation-to-te...
  8. arkiv

    arkiv...för att lägga till effekt autoShape = presentation.slides[0].shapes[0]...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # lägg...

    blog.aspose.com/sv/slides/apply-text-animation-...
  9. Linie|Aspose.Slides für PHP Dokumentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Fügen Sie eine AutoShape vom Typ Linie mit der addAutoShape...get_Item ( 0 ); # Fügen Sie eine AutoShape vom Typ Linie hinzu $sld ->...

    docs.aspose.com/slides/de/php-java/linie/
  10. Animer le texte PowerPoint en C++|Documentation...

    Créer du texte animé dynamique dans les présentations PowerPoint et OpenDocument à l'aide d'Aspose.Slides pour C++, avec des exemples de code C++ optimisés et faciles à suivre....pour ajouter l'effet auto autoShape = System :: ExplicitCast <...( 0 )); auto paragraph = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/fr/cpp/animated-text/