Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,093 for

autoshape

(0.07 sec)
  1. Hello World-Anwendung mit Aspose.Slides|Aspose....

    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 mit dem ShapeType als Rechteck...Folie hinzu. Fügen Sie der AutoShape ein TextFrame hinzu, das “Hello...

    docs.aspose.com/slides/de/cpp/hello-world-anwen...
  2. Linie|Aspose.Slides für Python Dokumentation

    Linie in PowerPoint-Präsentation in Python hinzufügen... Fügen Sie eine AutoShape vom Typ Linie mit der Methode...slides [ 0 ] # Fügen Sie eine AutoShape vom Typ Linie hinzu sld ....

    docs.aspose.com/slides/de/python-net/line/
  3. خط|وثائق 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.... إضافة AutoShape من نوع الخط باستخدام addAutoShape...get_Item ( 0 ); // Add an AutoShape of type line sld . getShapes...

    docs.aspose.com/slides/ar/java/line/
  4. إدارة فقرات PowerPoint في C++|وثائق Aspose.Slides

    إنشاء وإدارة الفقرات والنص والإندفاع والخصائص في عروض PowerPoint باستخدام C++...idx_get ( 0 ); // إضافة شكل AutoShape من النوع مستطيل SharedPtr...المعني من خلال فهرسه. أضف autoshape إلى الشريحة المحددة. الوصول...

    docs.aspose.com/slides/ar/cpp/manage-paragraph/
  5. Formato de Formas|Documentación de Aspose.Slides

    Formato de forma en presentación de PowerPoint en C++...formateamos un rectángulo AutoShape : // Instancia una clase de...una autoforma elipse auto autoShape = slide -> get_Shapes () ->...

    docs.aspose.com/slides/es/cpp/shape-formatting/
  6. 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...
  7. 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...
  8. 管理 Python 中的 PowerPoint 段落|Aspose.Slides for Py...

    在 Python 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性... slides [ 0 ] # 添加矩形类型的 AutoShape ashp = slide . shapes . add_auto_shape..., 150 , 300 , 150 ) # 访问 AutoShape 的 TextFrame tf = ashp . text_frame...

    docs.aspose.com/slides/zh/python-net/manage-par...
  9. Marco de Imagen|Documentación de Aspose.Slides

    Agregar marco de imagen a la presentación de PowerPoint en C++...for ( auto & autoShape : shapes ) { if ( autoShape -> get_Placeholder...nullptr ) continue ; switch ( autoShape -> get_Placeholder () -> get_Type...

    docs.aspose.com/slides/es/cpp/picture-frame/
  10. 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/