Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 5,174 for

autoshape

(0.14 sec)
  1. Créez une présentation PowerPoint en utilisant ...

    Découvrez comment créer des présentations PowerPoint, par exemple PPT, PPTX, en utilisant PHP à partir de zéro.... Ajoutez une AutoShape de type ligne en utilisant...get_Item ( 0 ); # Ajouter une autoshape de type ligne $slide -> getShapes...

    docs.aspose.com/slides/fr/php-java/create-prese...
  2. Прямоугольник|Aspose.Slides для Node.js через ....

    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 типа Rectangle, используя...get_Item ( 0 ); // Добавить AutoShape типа эллипса var shp = sld...

    docs.aspose.com/slides/ru/nodejs-java/rectangle/
  3. Procurar

    Procurar...adicionar efeito IAutoShape autoShape = (IAutoShape)presentation...Shapes[0]; IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; //...

    blog.aspose.com/pt/slides/apply-animation-to-te...
  4. Архів

    Архів...щоб додати ефект IAutoShape autoShape = (IAutoShape)presentation...Shapes[0]; IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; //...

    blog.aspose.com/uk/slides/apply-animation-to-te...
  5. مستطيل|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 من نوع Rectangle باستخدام...get_Item ( 0 ); // إضافة AutoShape من نوع الشكل البيضاوي var...

    docs.aspose.com/slides/ar/nodejs-java/rectangle/
  6. フォントの管理 - PowerPoint Java API|Aspose.Slides ドキュメント

    プレゼンテーションには通常、テキストと画像の両方が含まれています。この記事では、PowerPoint Java APIを使用してスライド上のテキスト段落のフォントプロパティを設定する方法を示します。...シェイプにアクセスし、それらを AutoShape に型変換します。 AutoShape が公開する TextFrame...スライド内の最初と二つ目のプレースホルダーにアクセスし、AutoShapeとして型変換 ITextFrame tf1 = ((...

    docs.aspose.com/slides/ja/java/manage-fonts/
  7. C#에서 PPT를 Word로 변환 | products.aspose.com

    C#에서 PPT를 Word로 변환합니다. .NET 라이브러리 API를 사용하여 PowerPoint를 Word로 변환...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...

    products.aspose.com/slides/ko/net/conversion/pp...
  8. Arşiv

    Arşiv...paragraf seçin IAutoShape autoShape = (IAutoShape)presentation...Shapes[0]; IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; //...

    blog.aspose.com/tr/slides/apply-animation-to-te...
  9. Ellipsen zu Präsentationen in Python hinzufügen...

    Erfahren Sie, wie Sie Ellipsenformen in Aspose.Slides für Python via .NET in PPT-, PPTX- und ODP-Präsentationen erstellen, formatieren und manipulieren - inklusive Codebeispielen....des IShapes-Objekts eine AutoShape vom Typ Ellipse hinzu. Schreiben...slides [ 0 ] # Füge eine AutoShape vom Typ Ellipse hinzu sld...

    docs.aspose.com/slides/de/python-net/ellipse/
  10. 在 Java 中为 PowerPoint 文本添加动画|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中创建动态动画文本,提供易于遵循、优化的 Java 代码示例。...// 选择要添加效果的段落 IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/java/animated-text/