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

shapes

(0.08 sec)
  1. 数学文本|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 处理数学文本:创建和编辑公式、分数、根式、上下标、格式,并渲染 PPT 和 PPTX 的结果。... math_shape = slide . shapes . add_math_shape ( 0 , 0 , 720...访问数学段落。 math_paragraph = math_shape . text_frame . paragraphs [...

    docs.aspose.com/slides/zh/python-net/examples/e...
  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. 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/
  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. 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...
  6. 墨迹|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...
  7. 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/
  8. FieldShape.text property | Aspose.Words for Python

    FieldShape.text property. Gets or sets the text to retrieve....Microsoft Word fields such as SHAPE and EMBED are handled during...we will see a SHAPE and an EMBED field. # A SHAPE field is the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 在 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...
  10. 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/