Sort Score
Result 10 results
Languages All
Labels All
Results 8,611 - 8,620 of 49,130 for

shape

(0.8 sec)
  1. Convert PPTX to CSV Format via Java or with fre...

    Convert PPTX to CSV format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPTX to CSV online converter quickly before integrating the code....Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/pptx-...
  2. Convert PPTX to MHTML Format via Java or with f...

    Convert PPTX to MHTML format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPTX to MHTML online converter quickly before integrating the code....Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/pptx-...
  3. Data Visualization API for .NET

    Visualization with .NET...visible attributes such as color, shape, position, size, value, texture...

    products.aspose.com/gis/ga/viewer/
  4. Data Visualization API for .NET

    Visualization with .NET...visible attributes such as color, shape, position, size, value, texture...

    products.aspose.com/gis/ko/viewer/
  5. Data Visualization API for .NET

    Visualization with .NET...visible attributes such as color, shape, position, size, value, texture...

    products.aspose.com/gis/uk/viewer/
  6. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow.... Shapes . AddPictureFrame ( ShapeType...AddImage ( imageData ); slide . Shapes . AddPictureFrame ( ShapeType...

    docs.aspose.com/slides/net/image/
  7. Create and Manage Chart|Documentation

    Create a chart in CSharp for Excel and ODS files....FillFormat, fill format for a shape. Floor, the floor of a 3D chart...Pie Chart with Leader Lines Shapes in Charts Manage Titles of...

    docs.aspose.com/cells/net/creating-charts/
  8. 现代 API|Aspose.Slides for Python 文档

    现代 API...shapeImage , image_format , File ( "shape.png" )) pres . dispose (); 现代...getImage (); shapeImage . save ( "shape.png" , ImageFormat . Png );...

    docs.aspose.com/slides/zh/python-java/modern-api/
  9. Apply or Change Slide Layouts in C++|Aspose.Sli...

    Manage and customize slide layouts in Aspose.Slides for C++. Explore layout types, placeholder control, and footer visibility through C++ code examples....rely on a set of placeholder shape types. // For example, a Title...how to add new placeholder shapes to the Blank layout slide:...

    docs.aspose.com/slides/cpp/slide-layout/
  10. PPT中箭头虚线在导出图片的时候会变成实线 - Free Support Forum - as...

    产品和版本:Aspose.Slides for Python via. NET (Version: 25.7.0) 编程语言和版本: Python 3.8 部署环境: Ubuntu 20.04.6 LTS 代码片段: def convert_to_jpg(...): ... with slides_module.Presentation(ppt_path) as presentation: for i…...Presentation(ppt_path) as pres: shape = pres.slides[0].shapes[0] # 假设第一条线是目标形状...假设第一条线是目标形状 line = shape.line_format line.dash_style = DashStyle.custom...

    forum.aspose.com/t/ppt/322437