Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 4,476 for

autoshape

(0.14 sec)
  1. Conector|Documentación de Aspose.Slides para PHP

    Conectar formas de PowerPoint... Agrega dos AutoShape a la diapositiva usando el...getShapes (); # Agrega una autoshape Elipse $ellipse = $shapes...

    docs.aspose.com/slides/es/php-java/connector/
  2. WordArt|Aspose.Slides ドキュメント

    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....() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...200.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/ja/cpp/wordart/
  3. Управление Зумом|Документация Aspose.Slides

    Добавление зума или зум-фреймов в презентации PowerPoint на C++...поле для второго слайда auto autoshape = slide2 -> get_Shapes ()...200.0f , 500.0f , 200.0f ); autoshape -> get_TextFrame () -> set_Text...

    docs.aspose.com/slides/ru/cpp/manage-zoom/
  4. Управление Зумом|Документация Aspose.Slides

    Добавьте зум или зум-каркас в презентации PowerPoint на Java...второго слайда IAutoShape autoshape = slide2 . getShapes (). addAutoShape...100 , 200 , 500 , 200 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/ru/androidjava/manage-zoom/
  5. 管理占位符|Aspose.Slides 文档

    使用Java更改PowerPoint幻灯片中的占位符文本。使用Java在PowerPoint幻灯片中的占位符中设置提示文本。... 将占位符形状类型转换为 AutoShape 并使用与 AutoShape 相关联的 TextFrame 更改文本。...null && shape instanceof AutoShape ) { String text = "" ; if...

    docs.aspose.com/slides/zh/java/manage-placeholder/
  6. Extraction d'images des formes de présentation|...

    Extraire des images d'une présentation PowerPoint en C# ou .NET...if ( sh is AutoShape ) { AutoShape ashp = ( AutoShape ) sh ; if...

    docs.aspose.com/slides/fr/net/extracting-images...
  7. Präsentationslokalisierung|Aspose.Slides Dokume...

    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 der Folie eine AutoShape des Typs Rechteck hinzu. Fügen...

    docs.aspose.com/slides/de/cpp/presentation-loca...
  8. Markeer tekst in PowerPoint met Java

    Markeer tekst in PowerPoint met Java. Ontvang de details voor het instellen van IDE, een lijst met stappen en een voorbeeldcode die u in PowerPoint kunt markeren met Java....toepassen op het object als AutoShape Markeer de tekst met behulp...worden gemarkeerd. Zodra het AutoShape-object is gemaakt, gebruikt...

    kb.aspose.com/nl/slides/java/highlight-text-in-...
  9. เน้นข้อความใน PowerPoint โดยใช้ Java

    เน้นข้อความใน PowerPoint โดยใช้ Java รับรายละเอียดเพื่อตั้งค่า IDE รายการขั้นตอน และโค้ดตัวอย่างเพื่อเน้นใน PowerPoint โดยใช้ Java...ใช้ประเภทการส่งกับวัตถุเป็น AutoShape เน้นข้อความโดยใช้เมธอด highlightText()...ความ เมื่อสร้างออบเจ็กต์ AutoShape แล้ว ให้ใช้ออบเจ็กต์ TextHighlightingOpti...

    kb.aspose.com/th/slides/java/highlight-text-in-...
  10. Marca de agua|Documentación de Aspose.Slides pa...

    Añadir marcas de agua de texto e imagen a presentaciones de PowerPoint en Python...se envuelve en un objeto AutoShape . Para agregar texto de marca...diapositiva: crea un objeto AutoShape y luego agrega la marca de...

    docs.aspose.com/slides/es/python-net/watermark/