Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 49,130 for

shapes

(0.17 sec)
  1. Working with Graphs in PDF file|Aspose.PDF for ...

    This article explains what a is Graph, how to create a filled rectangle object, and other functions...collection of Shapes. The following types of shapes are supported...one of the many fundamental shapes you’ll see in graphs, its can...

    docs.aspose.com/pdf/net/working-with-graphs/
  2. 使用JavaScript通过C++替换Smart Art中的文本|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++替换Smart Art中的文本...for Java脚本通过C++提供了此功能,通过设置 Shape.text 属性实现。 可以从以下链接下载示例源文件: SmartArt...get ( i ); const shapes = worksheet . shapes ; for ( let j = 0...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  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....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/
  4. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for C++ using clear code samples that speed up slide design and automation....added a connector between two shapes. Check the Hidden Property...added a connector between two shapes. Get or Set the Organization...

    docs.aspose.com/slides/cpp/manage-smartart/
  5. 墨迹|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 处理幻灯片上的数字墨迹:添加笔画、编辑路径、设置颜色和宽度,并将结果导出为 PowerPoint 和 OpenDocument。...None for shape in slide . shapes : if isinstance ( shape , slides.... ink . Ink ): first_ink = shape break 删除墨迹 从幻灯片中删除墨迹形状。 def...

    docs.aspose.com/slides/zh/python-net/examples/e...
  6. 在 Ruby 中检索 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....() 我 = 0 当我 < shapes . getCount () shape = shapes . get ( i ) #...information about the shapes puts "Shape ID : " + shape . getID () . to_s...

    docs.aspose.com/diagram/zh/java/retrieve-visio-...
  7. Format Presentation Text in .NET|Aspose.Slides ...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more.... Access the target shape from the Shapes collection and cast...Get the first shape from the first slide. var shape = ( IAutoShape...

    docs.aspose.com/slides/net/text-formatting/
  8. 在 PHP 中读取 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....在 PHP 中读取 Shape 的用户定义单元格 Contents [ Hide ] Aspose.Diagram - 读取形状的用户定义单元格...$dataDir . "drawing.vdx" ); $shapes = $diagram -> getPages () ->...

    docs.aspose.com/diagram/zh/java/read-shape-s-us...
  9. Add Ellipses to Presentations in .NET|Aspose.Sl...

    Learn how to create, format, and manipulate ellipse Shapes in Aspose.Slides for .NET across PPT and PPTX presentations—C# 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/net/ellipse/
  10. 数学文本|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...