Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 4,904 for

autoshape

(0.08 sec)
  1. Převést PPTX na Word v C# | products.aspose.com

    Převést PPTX na Word v C#. K převodu PowerPointu do Wordu použijte rozhraní API knihovny .NET...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...

    products.aspose.com/slides/cs/net/conversion/pp...
  2. Convertir PowerPoint en Word|Documentation Aspo...

    Convertir une présentation PowerPoint en Word en C# ou .NET...is AutoShape autoShape ) { builder . Writeln ( autoShape . TextFrame...

    docs.aspose.com/slides/fr/net/convert-powerpoin...
  3. Aplicación Hola Mundo utilizando 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.... Agregue una AutoShape con el ShapeType como Rectángulo...Agregue un TextFrame a la AutoShape que contenga Hola Mundo como...

    docs.aspose.com/slides/es/cpp/hello-world-appli...
  4. アニメーションテキスト|Aspose.Slides for PHP ドキュメント

    Java を使用した PowerPoint のアニメーションテキスト...); try { # 効果を追加する段落を選択 $autoShape = $presentation -> getSlides...get_Item ( 0 ); $paragraph = $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/ja/php-java/animated-text/
  5. Bilderrahmen|Aspose.Slides Dokumentation

    Fügen Sie einen Bilderrahmen zu einer PowerPoint-Präsentation in C++ hinzu....for ( auto & autoShape : shapes ) { if ( autoShape -> get_Placeholder...nullptr ) continue ; switch ( autoShape -> get_Placeholder () -> get_Type...

    docs.aspose.com/slides/de/cpp/picture-frame/
  6. إطار الصورة|وثائق Aspose.Slides

    إضافة إطار صورة إلى عرض PowerPoint في C++...for ( auto & autoShape : shapes ) { if ( autoShape -> get_Placeholder...nullptr ) continue ; switch ( autoShape -> get_Placeholder () -> get_Type...

    docs.aspose.com/slides/ar/cpp/picture-frame/
  7. Cadre Photo|Documentation Aspose.Slides

    Ajouter un cadre photo à une présentation PowerPoint en Java...shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/fr/androidjava/picture-f...
  8. Formato de formas|Documentación de Aspose.Slide...

    Formato de formas en una presentación de PowerPoint...formateamos un rectángulo AutoShape : # Instancia una clase de...get_Item ( 0 ); # Agrega una autoshape de tipo rectángulo $shp =...

    docs.aspose.com/slides/es/php-java/shape-format...
  9. Chercher

    chercher...select paragraph to add effect autoShape = presentation.slides[0].shapes[0]...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # add...

    blog.aspose.com/fr/slides/apply-text-animation-...
  10. 楕円|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....addAutoShape メソッドを使用して楕円タイプのAutoShapeを追加します。 修正されたプレゼンテーションをPPTXファイルとして書き込みます。...get_Item ( 0 ); // 楕円タイプのAutoShapeを追加 sld . getShapes (). addAutoShape...

    docs.aspose.com/slides/ja/java/ellipse/