Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 4,474 for

autoshape

(0.06 sec)
  1. Chuyển đổi PPTX sang Word trong C++ | products....

    Chuyển PPTX sang Word bằng C++. Sử dụng API thư viện C++ để chuyển PowerPoint sang Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/vi/cpp/conversion/pp...
  2. PowerPoint-Absatz in C++ verwalten|Aspose.Slide...

    Erstellen und Verwalten von Absätzen, Text, Einrückungen und Eigenschaften in PowerPoint-Präsentationen in C++...( 0 ); // Fügen Sie eine AutoShape vom Typ Rechteck hinzu SharedPtr...der ausgewählten Folie eine AutoShape hinzu. Greifen Sie auf das...

    docs.aspose.com/slides/de/cpp/manage-paragraph/
  3. Gestionar párrafos de PowerPoint en C++|Documen...

    Crear y gestionar párrafo, texto, sangría y propiedades en presentaciones de PowerPoint en C++...idx_get ( 0 ); // Agregue un AutoShape de tipo Rectángulo SharedPtr...de su índice. Agregue un autoshape a la diapositiva seleccionada...

    docs.aspose.com/slides/es/cpp/manage-paragraph/
  4. 管理文本框|Aspose.Slides for Python 文档

    在Python或.NET中将文本框或文本框架添加到PowerPoint演示文稿...slides [ 0 ] # 添加类型设置为矩形的AutoShape ashp = sld . shapes . add_auto_shape...Slides提供了 is_text_box 属性(来自 AutoShape 类),允许您检查形状并查找文本框。 以下Pytho...

    docs.aspose.com/slides/zh/python-net/manage-tex...
  5. Texto Animado|Documentación de Aspose.Slides pa...

    Texto animado en PowerPoint con Java...párrafo para añadir efecto $autoShape = $presentation -> getSlides...get_Item ( 0 ); $paragraph = $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/es/php-java/animated-text/
  6. Chuyển PPT sang Word trong C++ | products.aspos...

    Chuyển đổi PPT sang Word trong C++. Sử dụng API thư viện C++ để chuyển PowerPoint sang Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/vi/cpp/conversion/pp...
  7. Autofit-Einstellungen verwalten|Aspose.Slides D...

    Stellen Sie die Autofit-Einstellungen für Textfelder in PowerPoint in C++ ein...() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...100.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/de/cpp/manage-autofit-se...
  8. Administrar la configuración de autofit|Documen...

    Configurar la configuración de autofit para cuadros de texto en PowerPoint en C++...() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...100.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/es/cpp/manage-autofit-se...
  9. Gérer les paramètres d'ajustement automatique|D...

    Définir les paramètres d'ajustement automatique pour les zones de texte dans PowerPoint en C++...() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...100.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/fr/cpp/manage-autofit-se...
  10. Elipse|Documentación de Aspose.Slides para PHP

    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.... Agregue una AutoShape de tipo Elipse utilizando...get_Item ( 0 ); # Agregar AutoShape de tipo elipse $sld -> getShapes...

    docs.aspose.com/slides/es/php-java/ellipse/