Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 4,907 for

autoshape

(0.07 sec)
  1. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...get_Item ( 0 ); // 添加一个矩形类型的 AutoShape IAutoShape ashp = slide ....150 , 300 , 150 ); // 访问 AutoShape 的 TextFrame ITextFrame tf...

    docs.aspose.com/slides/zh/androidjava/manage-pa...
  2. Ellipse|Aspose.Slides Documentation

    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.... Add an AutoShape of Ellipse type using addAutoShape...(). get_Item ( 0 ); // Add AutoShape of ellipse type sld . getShapes...

    docs.aspose.com/slides/java/ellipse/
  3. Add Ellipses to Presentations in Python|Aspose....

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for Python via .NET across PPT, PPTX and ODP presentations—code examples included....by using its Index Add an AutoShape of Ellipse type using AddAutoShape...pres . slides [ 0 ] # Add autoshape of ellipse type sld . shapes...

    docs.aspose.com/slides/python-net/ellipse/
  4. Format PowerPoint Shapes in Python|Aspose.Slide...

    Learn how to format PowerPoint shapes in Python using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....we formatted a rectangle AutoShape : import aspose.slides as...[ 0 ] # Adds a rectangle autoshape shp = sld . shapes . add_auto_shape...

    docs.aspose.com/slides/python-net/shape-formatt...
  5. Ellipse|Aspose.Slides Documentation

    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.... Add an AutoShape of Ellipse type using addAutoShape...(). get_Item ( 0 ); // Add AutoShape of ellipse type sld . getShapes...

    docs.aspose.com/slides/androidjava/ellipse/
  6. Manage PowerPoint Text Paragraphs in Python|Asp...

    Master paragraph formatting with Aspose.Slides for Python via .NET—optimize alignment, spacing & style in PowerPoint and OpenDocument presentations in Python to engage viewers.... slides [ 0 ] # Add an AutoShape of Rectangle type ashp = slide...# Access TextFrame of the AutoShape tf = ashp . text_frame # Create...

    docs.aspose.com/slides/python-net/manage-paragr...
  7. Manage PowerPoint Paragraph in C++|Aspose.Slide...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in C++...idx_get ( 0 ); // Add an AutoShape of Rectangle type SharedPtr...an autoshape to the selected slide. Access the autoshape’s TextFrame...

    docs.aspose.com/slides/cpp/manage-paragraph/
  8. 管理字体 - PowerPoint Java API|Aspose.Slides for PH...

    演示文稿通常包含文本和图像。本文展示如何使用 PowerPoint Java API 配置幻灯片上文本段落的字体属性。...Placeholder 形状并将其强制转换为 AutoShape 。 从 AutoShape 中暴露的 TextFrame 获取 Paragraph...访问幻灯片中的第一个和第二个占位符,并将其强制转换为 AutoShape $tf1 = $slide -> getShapes...

    docs.aspose.com/slides/zh/php-java/manage-fonts/
  9. Shape Formatting|Aspose.Slides Documentation

    Format shape in PowerPoint presentation in Java...we formatted a rectangle AutoShape : // Instantiates a presentation... get_Item ( 0 ); // Adds autoshape of rectangle type IShape shp...

    docs.aspose.com/slides/androidjava/shape-format...
  10. 管理字体 - PowerPoint Java API|Aspose.Slides 文档

    演示文稿通常包含文本和图像。本文展示了如何使用 PowerPoint Java API 配置幻灯片中文本段落的字体属性。...Placeholder 形状,并将其强制转换为 AutoShape 。 获取 AutoShape 暴露的 TextFrame 中的 Paragraph...访问幻灯片中的第一个和第二个占位符,并将其强制转换为 AutoShape ITextFrame tf1 = (( IAutoShape...

    docs.aspose.com/slides/zh/java/manage-fonts/