Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 4,473 for

autoshape

(0.04 sec)
  1. Autofit-Einstellungen verwalten|Aspose.Slides D...

    Stellen Sie die Autofit-Einstellungen für Textboxen in PowerPoint in Java ein...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/de/androidjava/manage-au...
  2. Autofit-Einstellungen verwalten|Aspose.Slides D...

    Stellen Sie die Autofit-Einstellungen für Textboxen in PowerPoint in Java ein...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/de/java/manage-autofit-s...
  3. Administrar párrafos de PowerPoint en C#|Docume...

    Crear y gestionar párrafos, texto, sangrías y propiedades en presentaciones de PowerPoint en C# o .NET...// Accede al TextFrame del AutoShape ITextFrame tf = ashp . TextFrame...de su índice. Agregue un autoshape a la diapositiva seleccionada...

    docs.aspose.com/slides/es/net/manage-paragraph/
  4. Управление настройками автоматической подгонки|...

    Установите настройки автоматической подгонки для текстового поля в PowerPoint в Java...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/ru/androidjava/manage-au...
  5. 管理文本框|Aspose.Slides 文档

    在 C++ 中将文本框或文本框架添加到 PowerPoint 演示文稿...idx_get ( 0 ); // 添加类型设置为矩形的 AutoShape auto ashp = sld -> get_Shapes...提供 get_IsTextBox() 方法(来自 AutoShape 类),允许您检查形状并查找文本框。 此 C++ 代...

    docs.aspose.com/slides/zh/cpp/manage-textbox/
  6. Administrar la configuración de ajuste automáti...

    Configurar la configuración de ajuste automático para cuadros de texto en PowerPoint...getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...setFillType ( FillType :: Solid ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/es/php-java/manage-autof...
  7. 管理占位符|Aspose.Slides 文档

    在 C# 或 .NET 中更改 PowerPoint 演示文稿中的占位符文本和提示文本... 将占位符形状强制转换为 AutoShape ,并使用与 AutoShape 相关联的 TextFrame 更改文本。...Placeholder != null && shape is AutoShape ) { string text = "" ; if...

    docs.aspose.com/slides/zh/net/manage-placeholder/
  8. WordArt|Documentación de 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....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/es/androidjava/wordart/
  9. WordArt|Documentación de 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....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/es/java/wordart/
  10. WordArt|Aspose.Slides für Python Dokumentation

    Fügen Sie WordArt und Effekte in PowerPoint-Präsentationen in Python oder Aspose.Slides für Python über .NET hinzu, bearbeiten Sie sie und verwalten Sie sie.... slides [ 0 ] autoShape = slide . shapes . add_auto_shape... 400 , 200 ) textFrame = autoShape . text_frame portion = textFrame...

    docs.aspose.com/slides/de/python-net/wordart/