Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 4,901 for

autoshape

(0.12 sec)
  1. بيضاوي|وثائق Aspose.Slides لـ Python

    إنشاء بيضاوي في عرض PowerPoint باستخدام بايثون...باستخدام الفهرس الخاص بها إضافة AutoShape من نوع بيضاوي باستخدام طريقة...pres . slides [ 0 ] # Add autoshape of ellipse type sld . shapes...

    docs.aspose.com/slides/ar/python-net/ellipse/
  2. تبدیل 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...
  3. تبدیل 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...
  4. نص متحرك|وثائق Aspose.Slides لـ Python

    إضافة نصوص متحركة وتأثيرات إلى عرض باوربوينت في بايثون...حدد الفقرة لإضافة التأثير autoShape = presentation . slides [...shapes [ 0 ] paragraph = autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/ar/python-net/animated-t...
  5. Рамка для изображения|Документация Aspose.Slides

    Добавить рамку для изображения в презентацию PowerPoint на C# или .NET...shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/ru/net/picture-frame/
  6. Textformatierung|Aspose.Slides für Python Dokum...

    Verwalten und Manipulieren von Text- und Textfeld-Eigenschaften in Python...Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...RECTANGLE , 50 , 50 , 200 , 100 ) autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/de/python-net/text-forma...
  7. Archiwa

    Archiwa...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/pl/slides/convert-ppt-to-word-o...
  8. Arsip

    Arsip...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/id/slides/convert-ppt-to-word-o...
  9. 管理 C# 中的 PowerPoint 段落|Aspose.Slides 文档

    在 C# 或 .NET 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性..., 150 ); // Accesses the AutoShape TextFrame ITextFrame tf =...通过其索引访问相关幻灯片的引用。 向选定幻灯片添加一个 autoshape 。 访问 autoshape 的 TextFrame 。 删除 TextFrame...

    docs.aspose.com/slides/zh/net/manage-paragraph/
  10. Mise en forme des formes|Documentation Aspose.S...

    Mise en forme des formes dans une présentation PowerPoint en C++...avons formaté un rectangle AutoShape : // Instancie une classe...idx_get ( 0 ); // Ajoute une autoshape de type rectangle auto shape...

    docs.aspose.com/slides/fr/cpp/shape-formatting/