Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 8,261 for

fill color

(0.14 sec)
  1. Border Settings|Documentation

    How to use the Aspose.Cells for Python via .NET library in Python to set the border style and Color of cells. By adjusting the width, style, and Color of the border, you have more control over how cells look and appear....the borders' line style and color. With Aspose.Cells for Python...properties, color and line_style to set a border’s line color and style...

    docs.aspose.com/cells/python-net/cells-border-s...
  2. 用 C++ 锁定文字艺术水印|Documentation

    学习如何用 Aspose.Cells for C++ 在 Excel 工作表中锁定文字艺术水印,防止编辑、移动和选择水印。...:: Text , true ); // Get the fill format of the word art FillFormat...Set the color wordArtFormat . SetOneColorGradient ( Color :: Red...

    docs.aspose.com/cells/zh/cpp/locking-wordart-wa...
  3. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation.... SetForegroundColor ( Color :: Pink ()); chart . GetNSeries...GetArea (). SetForegroundColor ( Color :: Orange ()); chart . GetNSeries...

    docs.aspose.com/cells/cpp/create-combo-chart/
  4. SVG Path – Code Examples – Aspose.SVG Guide

    Learn with Aspose.SVG how to use SVG paths – a group of commands to draw outlines or shapes by combining SVG lines, SVG arcs, and Bezier curves....L 110 110 L 30 110 L 30 30" fill = "transparent" stroke - width..."M 50 50 H 130 V 130 H 50 Z" fill = "transparent" stroke - width...

    docs.aspose.com/svg/net/drawing-basics/svg-path...
  5. 在 PostScript 中使用形状 | .NET

    Aspose.Page API 解决方案解答了如何将形状添加到 PS 文件的问题。了解如何在 .NET 中使用该功能...( new SolidBrush(Color. Orange )); 16 //Fill the rectangle 17...17 document. Fill (path); 18 19 //Create graphics path from the...

    docs.aspose.com/page/zh/net/ps/working-with-sha...
  6. SVG 滤镜和渐变 – SVG Filters and Gradients – Aspose....

    您将学习如何编写 SVG 代码来创建 svg 滤镜、高斯模糊、阴影效果、灯光效果或线性渐变和径向渐变。...defs > 13 < g stroke = "none" fill = "#20B2AA" > 14 < ellipse cx...cy = "90" rx = "75" ry = "55" fill = "#20B2AA" filter = "url(#shadow)"...

    docs.aspose.com/svg/zh/net/drawing-basics/filte...
  7. Create and Apply WordArt Effects in C++|Aspose....

    Create and customize WordArt effects in Aspose.Slides for C++. This step-by-step guide helps developers enhance presentations with professional text in C++....can outline a text or fill it with a color (or gradient), add 3D...apply the SmallGrid pattern color to the text and add a 1-width...

    docs.aspose.com/slides/cpp/wordart/
  8. Add WordArt Watermark to Worksheet with JavaScr...

    Learn how to add WordArt as a background watermark to a worksheet using Aspose.Cells for JavaScript via C++....1 , 130 , 800 ); // Get the fill format of the WordArt const...const wordArtFormat = wordart . fill ; // Set the transparency wordArtFormat...

    docs.aspose.com/cells/javascript-cpp/add-wordar...
  9. Aspose.Cells 8.5.2中的公共API更改|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....//Create empty image and fill it with blue color int width = 800 ; int...g . setColor ( java . awt . Color . blue ); g . fillRect ( 0 ...

    docs.aspose.com/cells/zh/java/public-api-change...
  10. 如何用C++创建组合图表|Documentation

    了解如何使用Aspose.Cells for C++创建组合图表。我们的全面指南将演示如何将不同类型的图表组合成一个组合图表,以实现更有效的数据展示。... SetForegroundColor ( Color :: Pink ()); chart . GetNSeries...GetArea (). SetForegroundColor ( Color :: Orange ()); chart . GetNSeries...

    docs.aspose.com/cells/zh/cpp/create-combo-chart/