Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 4,478 for

autoshape

(0.12 sec)
  1. Edytuj HTML w C# | products.aspose.com

    Edytuj HTML w C#. Użyj API biblioteki .NET do edycji pliku HTML...html" ); AutoShape shape = (AutoShape)pres.Slides[ 0 ]...

    products.aspose.com/slides/pl/net/editor/html/
  2. Edytuj PDF w C# | products.aspose.com

    Edytuj PDF w C#. Użyj API biblioteki .NET do edycji dokumentu PDF...pdf" ); AutoShape shape = (AutoShape)pres.Slides[ 0 ]...

    products.aspose.com/slides/pl/net/editor/pdf/
  3. Ellipse|Documentation 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....utilisant son index Ajoutez une AutoShape de type Ellipse en utilisant...utilisant son index. Ajoutez une AutoShape de type Ellipse en utilisant...

    docs.aspose.com/slides/fr/cpp/ellipse/
  4. تصدير معادلات رياضية|وثائق Aspose.Slides لـ Python

    تصدير معادلات PowerPoint الرياضية باستخدام بايثون...Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...500 , 50 ) mathParagraph = autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/ar/python-net/exporting-...
  5. PDF bewerken in C# | products.aspose.com

    Pdf bewerken in C#. Gebruik de .NET-bibliotheek-API om PDF-documenten te bewerken...pdf" ); AutoShape shape = (AutoShape)pres.Slides[ 0 ]...

    products.aspose.com/slides/nl/net/editor/pdf/
  6. C#編輯PPT | products.aspose.com

    用C#編輯PPT。使用 .NET 庫 API 編輯 PowerPoint 演示文稿...ppt" )) { AutoShape shape = (AutoShape)presentation.Slides[...

    products.aspose.com/slides/zh-hant/net/editor/ppt/
  7. Bewerk HTML in C# | products.aspose.com

    Bewerk HTML in C#. Gebruik de .NET-bibliotheek-API om het HTML-bestand te bewerken...html" ); AutoShape shape = (AutoShape)pres.Slides[ 0 ]...

    products.aspose.com/slides/nl/net/editor/html/
  8. सी | products.aspose.com

    सी...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...

    products.aspose.com/slides/hi/net/conversion/pp...
  9. シェイプのフォーマット|Aspose.Slides ドキュメント

    C++におけるPowerPointプレゼンテーションのシェイプをフォーマットする... 以下のC++コードは、長方形の AutoShape をフォーマットする操作を示しています: // プレ...// 楕円形オートシェイプを追加します auto autoShape = slide -> get_Shapes () ->...

    docs.aspose.com/slides/ja/cpp/shape-formatting/
  10. テキストフォーマット|Aspose.Slides ドキュメント

    C++でテキストとテキストフレームのプロパティを管理および操作する...SharedPtr < IAutoShape > autoShape = pres -> get_Slide ( 0 )...100.0f ); auto paragraphs = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/ja/cpp/text-formatting/