Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 12,295 for

fill

(0.93 sec)
  1. 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...
  2. Alignment Settings with Golang via C++|Document...

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....distributed text alignment Fill Represents fill text alignment General...

    docs.aspose.com/cells/go-cpp/cells-alignment-se...
  3. Issue with text placeholders in table cells whe...

    I am facing an issue when converting DOCX files to PDF using Aspose.Words for .NET and later Filling custom tags in the PDF using Aspose.PDF.Drawing. We use a custom tagging format in the DOCX files: #REG_DATUMS# #RE…...NET and later filling custom tags in the PDF using...does not occur — everything fills correctly. How it should be:...

    forum.aspose.com/t/issue-with-text-placeholders...
  4. 将 SVG 转换为 PDF – Aspose.HTML for Java

    使用 Aspose.HTML for Java 将 SVG 转换为 PDF。考虑将 SVG 转换为 PDF 的各种情况,并学习如何使用 PdfSaveOptions。...stroke='black' stroke-width='3' fill='red' />\n" + 6 "</svg>\n" ;...stroke='black' stroke-width='3' fill='red' />\n" + 6 "</svg>\n" ;...

    docs.aspose.com/html/zh/java/convert-svg-to-pdf/
  5. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts.... Fill (property) – specifies the fill color attributes...100 , 1100 , 350 , 2550 ); // Fill the text textbox0 . SetText...

    docs.aspose.com/cells/cpp/controls-in-charts/
  6. 将椭圆对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将椭圆对象创建到您的PDF中。...Create first ellipse and set its fill color var ellipse1 = new Aspose...Create second ellipse and set its fill color var ellipse2 = new Aspose...

    docs.aspose.com/pdf/zh/net/add-ellipse/
  7. SVG Lighting Effects – SVG Filters – Aspose.SVG...

    Learn how to combine multiple SVG filters to create and control SVG lighting effects using the Aspose.SVG for .NET API....width = "150" height = "150" fill = "Teal" filter = "url(#light)"...specifying its position, size, and fill. Using a filter attribute referring...

    docs.aspose.com/svg/net/svg-lighting-effects/
  8. 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/
  9. 使用 C++ 将图片作为纹理铺设到形状内部|Documentation

    学习如何使用Aspose.Cells for C++将图片平铺为形状内的纹理。...Fill.TextureFill.IsTiling 属性填充形状表面并设置为...xlsx" ); std :: cout << "Texture fill tiling applied successfully...

    docs.aspose.com/cells/zh/cpp/tile-picture-as-a-...
  10. SVG 渐变 – SVG Gradients – SVG 代码和 C# 示例

    了解如何在 XML 代码中创建 SVG 渐变,并演练使用 Aspose.SVG for .NET API 实现 SVG 渐变的 C# 示例。...height = "150" width = "370" fill = "url(#linear-gradient)" />...在上面的示例中,线性渐变 id="linear-gradient" 由 fill 属性中的 <rect> 元素引用。线性渐变内部有三个 <stop>...

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