Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 44,878 for

color

(0.12 sec)
  1. Public API Changes in Aspose.Cells 8.4.1|Docume...

    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....different font settings and color. The following code snippet...settings . Font . Color = System . Drawing . Color . Red ; settings...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. 用C++在图表中设置图片为背景填充|Documentation

    学习如何使用Aspose.Cells for C++将图片设置为图表的背景填充。我们的指南将告诉您如何导入和调整图片位置、大小、颜色,以及应用格式化选项以增强图表外观。... SetColor ( Color :: Blue ()); chart . GetTitle...

    docs.aspose.com/cells/zh/cpp/set-picture-as-bac...
  3. C# API to Export EMAIL to ODT | products.aspose...

    Convert EMAIL to ODT without using Microsoft Word or Outlook on .NET...font size, font color, and background color. Once you have converted...

    products.aspose.com/total/net/conversion/email-...
  4. Setting ScaleCrop and LinksUpToDate properties ...

    Learn how to set ScaleCrop and LinksUpToDate properties of built-in document properties using Aspose.Cells for JavaScript via C++.... innerHTML = '<p style="color: green;">Operation completed...

    docs.aspose.com/cells/javascript-cpp/setting-sc...
  5. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...// Set the font color font . SetColor ( Color :: Blue ()); //...true ); // Set the background color of C6 Cell to Red style . SetForegroundColor...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  6. Extract Tables from Website – Python code

    Extract tables from web pages programmatically with Aspose.HTML for Python via .NET. Ideal for web scraping and automating content extraction....How to add color in HTML How to change text color © Aspose Pty...

    products.aspose.com/html/python-net/extract-tab...
  7. How to get OData Connection Information with Ja...

    Learn how to extract OData connection information from an Excel file using Aspose.Cells for JavaScript via C++.... innerHTML = '<p style="color: red;">Please select an Excel...

    docs.aspose.com/cells/javascript-cpp/how-to-get...
  8. 在 Java 中管理演示文稿背景|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供代码技巧以提升您的演示文稿。... setColor ( Color . BLUE ); // 将演示文稿保存到磁盘。 presentation...getSolidFillColor (). setColor ( Color . GREEN ); // 将演示文稿保存到磁盘。 presentation...

    docs.aspose.com/slides/zh/java/presentation-bac...
  9. Edit HTML table – C# – Aspose.HTML for .NET

    Learn how to programmatically edit HTML tables using C#, and get C# examples to help you optimize HTML table editing tasks....assign the border-style, border-color, and width values for the first..."border-style:solid; border-color:rgb(255, 0, 0); width: 40%"...

    products.aspose.com/html/net/edit-html-table/
  10. 在 C++ 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C++ 示例代码添加、格式化和编辑图表。...get_SolidFillColor () -> set_Color ( System :: Drawing :: Color :: get_Red ());...get_SolidFillColor () -> set_Color ( System :: Drawing :: Color :: get_Green...

    docs.aspose.com/slides/zh/cpp/create-chart/