Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 12,315 for

fill

(1.33 sec)
  1. 使用 Node.js 和 C++ 锁定 WordArt 水印|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 锁定 WordArt 水印... Text , true ); // Get the fill format of the word art const...

    docs.aspose.com/cells/zh/nodejs-cpp/locking-wor...
  2. ChartDataPointCollection.Count | Aspose.Words f...

    Discover the Count property of ChartDataPointCollection, which efficiently returns the total number of ChartDataPoints, enhancing your data visualization.... Fill . Color = Color . Red ; // For...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartDataPoint.InvertIfNegative | Aspose.Words ...

    Discover how the ChartDataPoint InvertIfNegative property enhances data visualization by inverting colors for negative values, improving clarity and impact.... Fill . Color = Color . Red ; // For...

    reference.aspose.com/words/net/aspose.words.dra...
  4. GroupShape | Aspose.Words for .NET

    Design stunning group shapes effortlessly with GroupShape constructor. Enhance your projects with customizable, user-friendly tools for unique creations.... Fill . ForeColor ); return VisitorAction...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose.PSD for .NET 19.11 - Release Notes|Docum...

    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....PSDNET-135 Implement rendering of Fill Layer: Pattern Feature PSDNET-187...PSDNET-135. Implement rendering of Fill Layer: Pattern string sourceFile...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-1...
  6. Working with Text in XPS file | Python

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...12 # Create a brush 13 text_fill = doc. create_solid_color_brush..."Hello World!" ) 16 glyphs. fill = text_fill 17 # Save the resultant...

    docs.aspose.com/page/python-net/xps/working-wit...
  7. Working with Gradient in XPS file | Python

    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 Python... fill = gradient 26 gradient. gradient_stops... PointF (10, 200)) 24 path. fill = gradient 25 gradient. gradient_stops...

    docs.aspose.com/page/python-net/xps/working-wit...
  8. Excel shape text font color is not getting modi...

    I am trying to change the text font of shape in excel document from white to black, it is only changing the first word’s color to black. Please find the attached solution for reproducing this and also suggest how can we …...// Set the shape's fill color shape.Fill.SolidFill.Color = Color...> 0) { if (shape.Fill != null) { shape.Fill.FillType = FillType...

    forum.aspose.com/t/excel-shape-text-font-color-...
  9. Create Doughnut Chart in Excel using C# | Dough...

    Learn how to generate a Doughnut chart in an Excel workbook with C# and Aspose.Cells for .NET. Step‑by‑step guide, code samples and customization tips....of key steps Step Purpose 2 Fill the worksheet with category...reused. Customizing border and fill colors for each series to improve...

    blog.aspose.com/cells/create-doughnut-chart-in-...
  10. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for .NET. Add, format, and edit charts with practical code examples in C#.... Apply a fill color to the chart series. Add...Set the fill color for the series. series . Format . Fill . FillType...

    docs.aspose.com/slides/net/create-chart/