Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 12,309 for

fill

(0.22 sec)
  1. Working with Charts in Java|Aspose.Words for Java

    Introduction to Chart feature, how to create and manipulate charts using Java....the chart was inserted and filled with data, you are able to...default. How to Set Fill and Stroke Formatting Fill and stroke formatting...

    docs.aspose.com/words/java/working-with-charts/
  2. 在 .NET 中创建演示文稿图表的方法|Aspose.Slides 文档

    了解如何在 .NET 中使用 Aspose.Slides 通过遗留和现代图表 API 在 PowerPoint PPT、PPTX 和 ODP 演示文稿中创建图表。... Fill . FillType = FillTypeEx . Solid...Solid ; series . Format . Fill . SolidFillColor . Color = Color...

    docs.aspose.com/slides/zh/net/how-to-create-cha...
  3. Working with Shapes in PostScript | C++

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++... Fill the rectangle path. Close the...())); 24 //Fill the rectangle 25 document -> Fill(path); 26 27...

    docs.aspose.com/page/cpp/ps/working-with-shapes/
  4. Public API Changes in Aspose.Diagram 6.8.0|Docu...

    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....Developers may get or set the inherit fill property. We have added InheritFill... GetShape ( 1 ); // get the fill formatting values Console ....

    docs.aspose.com/diagram/net/public-api-changes-...
  5. Manage canvases of PS file | C++

    C++ API Solution to manage PS files. Code example on how to clip and transform graphics states of PS files with a few lines of C++ code.... The color of lines and fills (RGB, CMYK, or grayscale). The...Method. Fill the graphics path by means of the Fill() method...

    products.aspose.com/page/cpp/work-with-ps-graph...
  6. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for C++ calculates and applies effective shape properties for precise PowerPoint rendering.... Get the Effective Fill Format for a Table Using Aspose...for C++, you can get effective fill formatting for different table...

    docs.aspose.com/slides/cpp/shape-effective-prop...
  7. Render multiple images in a row - Free Support ...

    Hello, I have a array of images. I want to render the all images in array two images in a row. I have attached my syntax. It throws an error. It works when trying to render 1 image per row. Also, is there any way to f…... Also, is there any way to fill (stretch) the last row if only...stretch to fill the space. To ensure the last image fills the remaining...

    forum.aspose.com/t/render-multiple-images-in-a-...
  8. Fine-tuning recognition accuracy|Documentation

    How to adjust the recognition accuracy in Aspose.OMR for C++ to get reliable results for all types of marks under various conditions....the bubbles to be completely filled with a dark pen or marker....questionnaires are sometimes filled with a pencil so that corrections...

    docs.aspose.com/omr/cpp/recognition/accuracy-th...
  9. 编辑 SVG 文件 – C# 示例

    了解如何在 C# 中编辑 SVG。使用 Aspose.SVG for .NET 库添加和编辑 SVG 元素、编辑 SVG 路径、在位图上绘图等。... SetAttribute ( "fill" , "#8A8D8F" ); 2 gElement....circleElement. SetAttribute ( "fill" , "Salmon" ); 18 19 // Add...

    docs.aspose.com/svg/zh/net/edit-svg-file/
  10. SVG Gradients – SVG Code and C# Examples from A...

    Learn how to create SVG gradients in XML code and walk through C# examples of implementing SVG gradients using the Aspose.SVG for .NET API....gradient can be applied for the fill or stroke properties for shapes...height = "150" width = "370" fill = "url(#linear-gradient)" />...

    docs.aspose.com/svg/net/svg-gradients/