Sort Score
Result 10 results
Languages All
Labels All
Results 5,641 - 5,650 of 48,106 for

shape

(0.06 sec)
  1. Ignore Errors while Rendering Excel to PDF with...

    Learn how to ignore errors during the conversion of Excel files to PDF using Aspose.Cells for JavaScript via C++....One rounded red arrow‑like shape , as shown in this screenshot...

    docs.aspose.com/cells/javascript-cpp/ignore-err...
  2. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for Node.js via C++. This guide will demonstrate how to modify labels' appearance, position, and formatting, while linking them to your data source for accurate representation....js via C++ Set the Shape Type of Data Labels of Chart...

    docs.aspose.com/cells/nodejs-cpp/adding-custom-...
  3. Draw Circle in C#

    This topic explains the details to draw circle in C#. It includes the system configuration, stepwise algorithm, and a running code snippet to develop a circle drawer in C#....different characteristics for the shape before writing the output image...you can draw several other shapes, too, like drawing a Pentagon;...

    kb.aspose.com/drawing/net/draw-circle-in-csharp/
  4. 在 PS 文件中使用纹理 | Java

    如何在 PS 文件中添加纹理图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能... Float shape = new Rectangle2D. Float (0...rectangle 28 document. fill (shape); 29 30 31 document. setPaint...

    docs.aspose.com/page/zh/java/ps/working-with-te...
  5. 使用 C++ 通过 Node.js 在从模板文件加载工作簿时筛选特定类型的数据|Documen...

    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....getLoadFilter() 属性为 Shape ,所以红色和黄色背景的数据不会被加载。 下面的屏幕截图显示了您可以从给定链接下载的...options, we only want to load shapes and do not want to load data...

    docs.aspose.com/cells/zh/nodejs-cpp/filtering-t...
  6. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C++....HeaderFooter, Comment, Footnote or a Shape node Row-level - Among rows...

    docs.aspose.com/words/cpp/structured-document-t...
  7. How to Add Comments to Visio Drawings in C#.

    This step by step tutorial shows you how to add comments to Visio drawings in C#. You can easily add comments to Visio drawings in C# with few lines of code....be attached to a page or a shape etc. Steps to Add Comments to...

    kb.aspose.com/diagram/net/how-to-add-comment-to...
  8. Convert Image To JPG Python

    Convert Image to JPG format in Python code. Save Image as JPG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  9. Convert Image To GIF Python

    Convert Image to GIF format in Python code. Save Image as GIF using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  10. Convert JPG To JPG Python

    Convert JPG to JPG format in Python code. Save JPG as JPG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...