Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 8,424 for

fill color

(0.13 sec)
  1. Werk Met Kaarte in C++|Aspose.Words vir C++

    Inleiding Tot Grafiek funksie, hoe om kaarte te skep en te manipuleer met behulp van C++....Set series color. series1 -> get_Format () -> get_Fill () -> set_ForeColor...set_ForeColor ( Color :: get_Red ()); series2 -> get_Format ()...

    docs.aspose.com/words/af/cpp/how-to-set-fill-an...
  2. 在 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/
  3. 如何添加数据条条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用 Data Bars 条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...pydrawing import Color from datetime import datetime...get_format_condition ( "E3:G4" , Color . light_green ) idx = conds...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  4. 在 Java 中将 HTML 转换为 PDF – Aspose.HTML for Java

    使用 Aspose.HTML for Java 将 HTML 转换为 PDF。使用转换器和 PdfSaveOptions 类可获得精确和可定制的 PDF 输出。...setBackgroundColor(value) Sets the color that will fill the background of every...resolutions and change the background color to AliceBlue 8 PdfSaveOptions...

    docs.aspose.com/html/zh/java/html-to-pdf-conver...
  5. 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...
  6. Convert EPUB to GIF in C# – Aspose.HTML for .NET

    Convert EPUB to GIF in C# using Aspose.HTML API. Consider various EPUB to GIF conversion scenarios in C# examples. Try online EPUB Converter....This property sets the color that will fill the background. By default...BackgroundColor = System. Drawing . Color . AliceBlue 16 }; 17 options...

    docs.aspose.com/html/net/convert-epub-to-gif/
  7. 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...
  8. Loosing image quality after resizing image - Fr...

    Hello Team, We are trying to resize image using aspose.imaging latest version. In that, if source image width is greater than 572 then we are trying to resize that image to 572 width. we are able to resize image but we …...easily find trying to fill it by color. So better quality of...sourceImg.ReplaceColor(Color.White, 10, Color.White); sourceImg....

    forum.aspose.com/t/loosing-image-quality-after-...
  9. How to Save Retrieve Barcodes to and from Datab...

    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.... Then, it is needed to fill the DataTable with this data...such as forecolor, background color, bar height, wide-to-narrow...

    docs.aspose.com/barcode/net/how-to-save-retriev...
  10. 在 Python 中向 PDF 添加矩形形状|Aspose.PDF for Python vi...

    学习如何在 Python 中绘制和填充 PDF 文件中的矩形形状。... Color . red ) rect = drawing . Rectangle...drawing def create_rectangle_filled ( outfile : str ): document...

    docs.aspose.com/pdf/zh/python-net/add-rectangle/