Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 5,232 for

autoshape

(0.07 sec)
  1. Administrar Marcos de Imagen en Presentaciones ...

    Agregue marcos de imagen a presentaciones de PowerPoint y OpenDocument con Aspose.Slides para Java. Optimice su flujo de trabajo y mejore el diseño de las diapositivas....shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/es/java/picture-frame/
  2. Verwalten von Bildrahmen in Präsentationen in ....

    Fügen Sie PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für .NET Bildrahmen hinzu. Optimieren Sie Ihren Arbeitsablauf und verbessern Sie das Design der Folien....shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/de/net/picture-frame/
  3. تحريك نص PowerPoint في .NET|توثيق Aspose.Slides

    إنشاء نص متحرك ديناميكي في عروض PowerPoint وOpenDocument باستخدام Aspose.Slides for .NET، مع أمثلة كود C# سهلة المتابعة ومُحسّنة....الفقرة لإضافة تأثير IAutoShape autoShape = ( IAutoShape ) presentation...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/ar/net/animated-text/
  4. تبدیل PPTX به Word در C++ | products.aspose.com

    تبدیل PPTX به Word در C++. از C++ library API برای تبدیل پاورپوینت به ورد استفاده کنید...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/fa/cpp/conversion/pp...
  5. تبدیل PPT به Word در C++ | products.aspose.com

    تبدیل PPT به Word در C++. از C++ library API برای تبدیل پاورپوینت به ورد استفاده کنید...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/fa/cpp/conversion/pp...
  6. Linie|Aspose.Slides für Node.js über .NET Dokum...

    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 Line mithilfe der...( 0 ); // Fügen Sie eine AutoShape des Typs Linie hinzu sld ...

    docs.aspose.com/slides/de/nodejs-java/line/
  7. إهليلج|Aspose.Slides لـ Node.js عبر توثيق .NET

    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 من نوع Ellipse باستخدام الطريقة...get_Item ( 0 ); // إضافة AutoShape من نوع Ellipse sld . getShapes...

    docs.aspose.com/slides/ar/nodejs-java/ellipse/
  8. إضافة أشكال إهليلجية إلى العروض التقديمية على ن...

    تعلم كيفية إنشاء وتنسيق ومعالجة أشكال الإهليلج في Aspose.Slides لنظام Android عبر عروض PPT و PPTX — تشمل أمثلة شفرة Java.... إضافة AutoShape من نوع إهليلج باستخدام طريقة...get_Item ( 0 ); // إضافة AutoShape من نوع إهليلجي sld . getShapes...

    docs.aspose.com/slides/ar/androidjava/ellipse/
  9. Ellipse|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 Ellipse mit der Methode...get_Item ( 0 ); # Fügen Sie ein AutoShape vom Typ Ellipse hinzu $sld...

    docs.aspose.com/slides/de/php-java/ellipse/
  10. PowerPoint-Text in PHP animieren|Aspose.Slides ...

    Erstellen Sie dynamischen animierten Text in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für PHP via Java, mit leicht nachvollziehbaren, optimierten Codebeispielen.... um Effekt hinzuzufügen $autoShape = $presentation -> getSlides...get_Item ( 0 ); $paragraph = $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/de/php-java/animated-text/