Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 12,741 for

fill

(0.41 sec)
  1. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in JavaScript for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations.... Set your preferred fill type and fill color. Save the modified...change. Set your preferred fill type and fill color. Save the modified...

    docs.aspose.com/slides/nodejs-java/chart-series/
  2. 如何优化 SVG – C# 示例

    您将学习如何优化 SVG 并减小 SVG 文件的大小。...y= "1" width= "0" height= "1" fill= "blue" /> 11 <g visibility=...y= "1" width= "1" height= "1" fill= "red" /> 13 </g> 14 <circle...

    docs.aspose.com/svg/zh/net/how-to-optimize-svg/
  3. Text Box|Aspose.Slides Documentation

    Work with text boxes in Aspose.Slides for .NET: add, format, align, wrap, autofit, and style text using C# for PPT, PPTX, and ODP presentations....but a typical text box has no fill or border and displays only...simply an AutoShape with no fill or border and some formatted...

    docs.aspose.com/slides/net/examples/elements/te...
  4. Stroke.DashStyle | Aspose.Words for .NET

    Discover the Stroke DashStyle property to customize your design with unique dot and dash patterns for stunning visual effects....); // 3 - Arrow with a green fill: Shape filledInArrow = new Shape...Top = 100 ; filledInArrow . Fill . ForeColor = Color . Green...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Shape.Stroke | Aspose.Words for .NET

    Discover the Shape Stroke property to enhance your designs with customizable strokes, adding depth and style to your shapes effortlessly....); // 3 - Arrow with a green fill: Shape filledInArrow = new Shape...Top = 100 ; filledInArrow . Fill . ForeColor = Color . Green...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Working with Forms using C++|Aspose.PDF for C++

    This section explains how to work with AcroForms and XFA Forms in your PDF documents with Aspose.PDF for C++.... AcroForms - create form, fill form field, extract data from...with C++ library. XFA Forms - fill XFA fields, convert XFA, get...

    docs.aspose.com/pdf/cpp/working-with-forms/
  7. Format Charts in Presentations Using Python|Asp...

    Learn chart formatting in Aspose.Slides for Python via .NET and elevate your PowerPoint or OpenDocument presentation with professional, eye-catching styling....legends, the plot area, and wall fills to improve the appearance and...back-wall fill color. Set the chart plot-area fill color. Write...

    docs.aspose.com/slides/python-net/chart-formatt...
  8. GradientStop | Aspose.Words for .NET

    Create stunning gradients effortlessly with the GradientStop constructor. Initialize and customize your designs with ease for vibrant visual appeal!...gradient stops to the gradient fill. Document doc = new Document...Rectangle , 80 , 80 ); shape . Fill . TwoColorGradient ( Color ...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Format Presentation Charts in .NET|Aspose.Slide...

    Learn chart formatting in Aspose.Slides for .NET and elevate your PowerPoint presentation with professional, eye-catching styling....legends, the plot area, and wall fills to improve the appearance and...back wall fill color Set the chart plot area fill color Write...

    docs.aspose.com/slides/net/chart-formatting/
  10. 填写列表框|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python via .NET 以编程方式填充 PDF 表单中的列表框和多选字段。它展示了如何绑定 PDF 文档、在基于列表的表单字段中选择值,并保存更新后的文件。... 使用 ‘fill_field()’ 从可用选项中选择一个值。 保存已更新的...initialize_data_dir # Fill List Box / Multi-Select Fields def fill_list_box_fields...

    docs.aspose.com/pdf/zh/python-net/fill-list-box/