Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 6,174 for

fill color

(0.04 sec)
  1. ImageData.cropBottom property | Aspose.Words fo...

    ImageData.cropBottom property. Defines the fraction of picture removal from the bottom side....cropped edge will be filled by the fill color of the shape). Positive...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ImageData.cropRight property | Aspose.Words for...

    ImageData.cropRight property. Defines the fraction of picture removal from the right side....cropped edge will be filled by the fill color of the shape). Positive...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ImageData.cropTop property | Aspose.Words for N...

    ImageData.cropTop property. Defines the fraction of picture removal from the top side....cropped edge will be filled by the fill color of the shape). Positive...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Converting Chart to Image in 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/java/converting-chart-to-...
  5. Format and Modify Named Ranges|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....Format Ranges Setting Background Color and Font Attributes to a Named...to set the solid fill color (shading color) with font settings...

    docs.aspose.com/cells/net/format-and-modify-nam...
  6. Rectangle|Aspose.Slides Documentation

    Create rectangle in PowerPoint presentation in C# or .NET...Set the Fill Type of the Rectangle to Solid. Set the Color of the...Rectangle using SolidFillColor.Color property as exposed by FillFormat...

    docs.aspose.com/slides/net/rectangle/
  7. ChartShapeType enumeration | Aspose.Words for N...

    Aspose.Words.Drawing.Charts.ChartShapeType enumeration. Specifies the shape type of chart elements.... Examples Shows how to set fill, stroke and callout formatting...format . stroke . color = "#006400" ; format . fill . solid ( "#008000"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 如何用 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-...
  9. Working with Transparency in PostScript | C++

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...“Pseudo-transparency” is a process of paling colors that have an Alpha component...allow us to see the lower colored layer from under the upper...

    docs.aspose.com/page/cpp/ps/working-with-transp...
  10. SVG 渐变 – SVG Gradients – SVG 代码和 C# 示例

    了解如何在 XML 代码中创建 SVG 渐变,并演练使用 Aspose.SVG for .NET API 实现 SVG 渐变的 C# 示例。...每种颜色都用 stop-color 属性指定。 <stop> 元素的 offset 属性指...stop offset = "10%" stop - color = "#c71700" /> 5 < stop offset...

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