Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 48,849 for

shapes

(0.23 sec)
  1. Aspose::Words::Drawing::Shape::get_ImageData me...

    Aspose::Words::Drawing::Shape::get_ImageData method. Provides access to the image of the shape. Returns null if the shape cannot have an image in C++....Aspose::Words::Drawing::Shape::get_ImageData method Contents [ Hide ] Shape::get_ImageData...the image of the shape. Returns null if the shape cannot have an...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. 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....developers about adding ellipse shapes to their slides using Aspose...to draw different kinds of shapes with just a few lines of code...

    docs.aspose.com/slides/python-net/ellipse/
  3. Ink|Aspose.Slides 文档

    在 C# 中使用 Aspose.Slides 处理幻灯片上的数字墨迹:添加笔画、编辑路径、设置颜色和宽度,并将结果导出为 PowerPoint 和 OpenDocument。... Shapes [ 0 ] is Ink inkShape ) { var...Slides [ 0 ]; if ( slide . Shapes . FirstOrDefault ( s => s is...

    docs.aspose.com/slides/zh/net/examples/elements...
  4. 在 PHP 中从形状表中检索用户定义的单元格|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....$pages -> get ( $count ); $shapes = $page -> getShapes (); $i...string ) $shapes -> getCount ()) { $shape = $shapes -> get ( $i...

    docs.aspose.com/diagram/zh/java/retrieve-user-d...
  5. Detecting Empty Worksheets with JavaScript via ...

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using the JavaScript API with the C++ library.... Check for Shapes It is possible that a given...cells; however, it could contain shapes and objects such as controls...

    docs.aspose.com/cells/javascript-cpp/detecting-...
  6. HtmlSaveOptions.scale_image_to_shape_size prope...

    HtmlSaveOptions.scale_image_to_shape_size property. Specifies whether images are scaled by Aspose.Words to the bounding shape size when exporting to HTML, MHTML or EPUB...scale_image_to_shape_size property HtmlSaveOptions.scale_image_to_shape_size...scale_image_to_shape_size property Specifies whether images are scaled...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 在 Ruby 中读取 Shape 的用户定义单元格|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....在 Ruby 中读取 Shape 的用户定义单元格 Contents [ Hide ] Aspose.Diagram -...+ "UserDefinedCells.vdx" ) shapes = diagram . getPages () . getPage...

    docs.aspose.com/diagram/zh/java/read-shape-s-us...
  8. 在 PHP 中设置 Visio 形状的填充数据|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....vsd" ); $shapes = $diagram -> getPages () ->...sizeof ( $shapes -> getCount ())) { $shape = $shapes -> get (...

    docs.aspose.com/diagram/zh/java/set-visio-shape...
  9. 数学文本|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中处理数学文本:创建和编辑方程式、分数、根式、上下标、格式,并渲染 PPT 和 PPTX 的结果。... Shapes . AddMathShape ( 0 , 0 , 720...查找包含数学段落的第一个形状 var mathShape = slide . Shapes . OfType < IAutoShape >() ...

    docs.aspose.com/slides/zh/net/examples/elements...
  10. Animate PowerPoint Charts in Python|Aspose.Slid...

    Create stunning animated charts in Python with Aspose.Slides. Boost presentations with dynamic visuals in PPT, PPTX and ODP files—get started now....slides [ 0 ] shapes = slide . shapes chart = shapes [ 0 ] # Animate...slides [ 0 ] shapes = slide . shapes chart = shapes [ 0 ] # Animate...

    docs.aspose.com/slides/python-net/animated-charts/