Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 11,942 for

fill

(0.06 sec)
  1. 在演示文稿中使用 Python 管理图表数据标签|Aspose.Slides for Pyth...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中添加和格式化图表数据标签,以制作更具吸引力的幻灯片。... fill . fill_type = slides . FillType...SOLID series . format . fill . solid_fill_color . color = draw ...

    docs.aspose.com/slides/zh/python-net/chart-data...
  2. Aspose.OMR Product Family

    Aspose.OMR is a fast, reliable and easy-to-use API for designing and recognizing hand-Filled questionnaires, surveys, answer sheets and similar forms....rendering and recognizing hand-filled answer sheets, surveys, applications...special ink. Respondents can fill out your forms with a pen or...

    docs.aspose.com/omr/
  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. 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...
  5. 将 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/
  6. 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/
  7. Simple Mail Merge Operation in C++|Aspose.Words...

    A simple Mail Merge is used to Fill the Mail Merge fields inside your template with the required data from your data source – it is similar to the classic Mail Merge in Microsoft Word. Add one or more merge fields in your template and then execute the simple Mail Merge operation....simple Mail Merge is used to fill the Mail Merge fields inside...standard Mail Merge operation fills only a single document with...

    docs.aspose.com/words/cpp/simple-mail-merge-ope...
  8. How to add a PivotChart with C++|Documentation

    How to add a PivotChart using Aspose.Cells with C++....use a template file already filled with data. The data will be.... PutValue ( u "Sale" ); // Fill in employee names cell = cells...

    docs.aspose.com/cells/cpp/how-to-add-pivot-chart/
  9. 将椭圆对象添加到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/
  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/