Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 8,033 for

fill color

(0.1 sec)
  1. How to draw a snowflake – SVG Tutorial With Cod...

    Create stunning snowflakes in SVG with clear code, reusable elements, and smooth animation – perfect for winter web and graphic design....styles – Easily change the color, size, and stroke width. Snowflakes...examples for SVG transformations. Fills and Strokes in SVG – You will...

    docs.aspose.com/svg/how-to-draw-a-snowflake/
  2. Create Transparent Image in C#

    Follow this article to create transparent image in C#. It has all the settings for the IDE, a list of steps, and a sample code for drawing images with transparent background in C#....path Create a colored brush and use it to fill all the shapes...the path, create a brush and fill shapes with it, and finally...

    kb.aspose.com/drawing/net/create-transparent-im...
  3. Manage Text Portions in Presentations Using Jav...

    Learn how to manage text portions in PowerPoint presentations using JavaScript and Aspose.Slides for Node.js via Java, boosting performance and customization....set a Portion-specific text fill transparency or gradient independent...the paragraph? Yes, text color, fill, and transparency at the...

    docs.aspose.com/slides/nodejs-java/portion/
  4. Get the Cell Object by DisplayName of PivotFiel...

    Learn how to retrieve the cell object by the display name of a pivot field and apply formatting using Aspose.Cells for C++....then changes the fill color and font color of the cell to light...style . SetForegroundColor ( Color :: LightBlue ()); style . GetFont...

    docs.aspose.com/cells/cpp/get-the-cell-object-b...
  5. 如何用 C++ 改变批注的字体颜色|Documentation

    学习如何使用 Aspose.Cells 和 C++ 自定义批注的字体颜色。...GetCommentShape (); // Set the fill color of the shape to black shape...GetSolidFill (). SetColor ( Color :: Black ()); // Get the font...

    docs.aspose.com/cells/zh/cpp/how-to-change-the-...
  6. Add Arc Object to PDF file|Aspose.PDF for C++

    This article explains how to create a arc object to your PDF using Aspose.PDF for C++....the feature to fill Arc object with a certain color. Follow the...BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...

    docs.aspose.com/pdf/cpp/add-arc/
  7. 在Ruby中将图表转换为图像|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....A2:A8" ) # Set the fill colors for the series's data points...getPoints () color = Rjb :: import ( 'com.aspose.cells.Color' ) point...

    docs.aspose.com/cells/zh/java/converting-chart-...
  8. PPT document chart via C++ | products.aspose.com

    C++ example code to draw and convert chart or diagram in PPT file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Set fill color for series. Save PPT file...Setting fill color for series series->get_Format()->get_Fill()->...

    products.aspose.com/slides/cpp/chart/ppt/
  9. Aspose.PSD for .NET 24.2 - 发行说明|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....= new int [] { Color . Aqua . ToArgb (), Color . Red . ToArgb...ToArgb (), Color . Red . ToArgb (), Color . Aqua . ToArgb (), Color...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. Add Curve Object to PDF file|Aspose.PDF for Pyt...

    This article explains how to create a curve object to your PDF using Aspose.PDF for Python via .NET....investigate simply graph curves, and filled curves, that you can create...ap . BorderSide . ALL , ap . Color . green ) graph . border = border_info...

    docs.aspose.com/pdf/python-net/add-curve/