Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 8,033 for

fill color

(0.55 sec)
  1. SVG Embedded Content – Aspose.SVG Guide

    Learn how to embed and render raster images and HTML elements within an SVG object. Includes clear code examples....org/2000/svg" > 2 < style > 3 div { 4 color: grey; 5 font: 14px serif; 6..."65" cy = "60" r = "60" fill = "red" fill - opacity = "0.1" /> 9...

    docs.aspose.com/svg/net/drawing-basics/embedded...
  2. XPS Package | Cross-package operations | C++

    C++ API Solution to work with XPS. Use multiple document elements within the same XPS Package for cross-package operations. C++ examples on how to do it....XPS Package Manipulate pages, colors and glyphs within XPS Package...text (glyphs) with specific colors. But to try the functionality...

    products.aspose.com/page/cpp/cross-package-oper...
  3. 在 .NET 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C# 代码示例添加、格式化和编辑图表。... Fill . FillType = FillType . Solid.... Format . Fill . SolidFillColor . Color = Color . Red ; // 获取第二条图表系列。...

    docs.aspose.com/slides/zh/net/create-chart/
  4. Aspose.PSD for Java 20.4 - 发行说明|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.... setColor ( Color . getDarkRed ()); // 在路径中保存已加载的PSD文件的修改副本...FillType . Color ); colorFillLayer . setDisplayName ( "Color Fill Layer"...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  5. Aspose::Words::Drawing::Charts::Chart class | A...

    Aspose::Words::Drawing::Charts::Chart class. Provides access to the chart shape properties. To learn more, visit the documentation article in C++....get_Format () Provides access to fill and line formatting of the chart...get_Font () -> set_Color ( System :: Drawing :: Color :: get_Blue ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Working with Gradient in XPS file | .NET

    How to add vertical, horizontal or linear gradient to an XPS file is a question answered by Aspose.Page API solution. Learn the functionality for .NET...rectangle with horizontal gradient fill in XPS document. 2 3 // Create...0f, 1f, 20f, 70f); 19 path. Fill = doc. CreateLinearGradient...

    docs.aspose.com/page/net/xps/working-with-gradi...
  7. 用C++创建高低收(HLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建高低收股票图表。我们的逐步指南将演示如何绘制股票市场数据,包括最高价、最低价和收盘价,以便进行更好的分析与可视化。...SetForegroundColor ( Color :: Maroon ()); // Fill the PlotArea area...

    docs.aspose.com/cells/zh/cpp/create-high-low-cl...
  8. 在 PS 文件中使用剪辑 | Java

    将剪辑添加到 PS 文件是 Aspose.Page API 解决方案支持的一项功能。了解如何在 Java 中使用该功能... setPaint (Color. BLUE ); 31 32 //Fill the rectangle in...(with clipping) 33 document. fill (rectanglePath); 34 35 //Restore...

    docs.aspose.com/page/zh/java/ps/working-with-cl...
  9. Official Adobe Photoshop - Free Trial and Onlin...

    Explore quick new ways to create custom scenes, make complex edits, & combine images online or with the free Photoshop mobile app....photorealistic results with Generative Fill. And add more picture to your...kind tools to customize text, color, and images to create something...

    www.adobe.com/products/photoshop.html
  10. Manage Table Cells in Presentations Using Java|...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for Java. Master accessing, modifying, and styling cells quickly for seamless slide automation.... setColor ( Color . RED ); cell . getCellFormat...getSolidFillColor (). setColor ( Color . RED ); cell . getCellFormat...

    docs.aspose.com/slides/java/manage-cells/