Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 8,261 for

fill color

(0.39 sec)
  1. 在 XPS 文件中处理图像 | Python

    如何将简单或平铺图像添加到 XPS 文件,这是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Python 中使用该功能... fill = doc. create_image_brush (data_dir...(data_dir + "QL_logo_color.tif" , aspose. pydrawing . RectangleF...

    docs.aspose.com/page/zh/python-net/xps/working-...
  2. Aspose.words-python如何绘制插入SmartArt图形 - Free Supp...

    如何绘制SmartArt图形,实现效果如下:...Basic Cycle SmartArt diagram, fills each shape with custom text...para.runs[0] run.font.color = aw.Color.blue run.font.size = 12...

    forum.aspose.com/t/aspose-words-python-smartart...
  3. Aspose.Slides for OpenXML|Aspose.Slides Documen...

    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....a presentation Change the fill color of a shape in a presentation...

    docs.aspose.com/slides/net/aspose-slides-for-op...
  4. HorizontalRuleFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.HorizontalRuleFormat class for advanced horizontal rule formatting. Enhance your document design effortlessly!... Color { get; set; } Gets or sets the brush color that fills...fills the horizontal rule. Height { get; set; } Gets or sets...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Convert HTML to PNG – Aspose.HTML for .NET

    Convert HTML to PNG using Aspose.HTML for .NET. Consider various HTML to PNG conversion scenarios in C# examples. Try online HTML Converter....This property sets the color that will fill the background. By default...BackgroundColor = System. Drawing . Color . Beige 19 }; 20 21 // Convert...

    docs.aspose.com/html/net/convert-html-to-png/
  6. 在 Java 中管理演示主题|Aspose.Slides 文档

    在 Aspose.Slides for Java 中精通演示主题,以创建、定制并转换具有一致品牌形象的 PowerPoint 文件。... getEffective (); Color effectiveColor = fillEffective...println ( String . format ( "Color [A=%d, R=%d, G=%d, B=%d]" ,...

    docs.aspose.com/slides/zh/java/presentation-theme/
  7. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for С++. Add, format, and edit charts with practical code examples in С++.... Add a fill color for chart series. Add labels...double > ( 30 ))); // Sets the fill color for series series -> get_Format...

    docs.aspose.com/slides/cpp/create-chart/
  8. 在C++中使用图表|Aspose.Words对于C++

    图表特性介绍,如何使用C++创建和操作图表....Set series color. series1 -> get_Format () -> get_Fill () -> set_ForeColor...set_ForeColor ( Color :: get_Red ()); series2 -> get_Format ()...

    docs.aspose.com/words/zh/cpp/how-to-set-fill-an...
  9. What's new|Aspose.PDF for Java

    In this page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases.... color = java . awt . Color . BLACK ; style ...also possible to pass data to fill OutputIntent properties using...

    docs.aspose.com/pdf/java/whatsnew/
  10. Add Circle Object to PDF file|Aspose.PDF for C++

    This article explains how to create a circle object to your PDF using Aspose.PDF for C++....BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...get_GraphInfo () -> set_Color ( Color :: get_GreenYellow ());...

    docs.aspose.com/pdf/cpp/add-circle/