Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 44,490 for

color

(0.09 sec)
  1. 在 PHP 中对形状的每个文本值应用不同的样式|Documentation

    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.... color, font, size and style etc. $shape...); \ # Set properties e.g. color, font, size and style etc. $shape...

    docs.aspose.com/diagram/zh/java/apply-different...
  2. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for Java,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝的幻灯片自动化。... setColor ( Color . RED ); cell . getCellFormat...getSolidFillColor (). setColor ( Color . RED ); cell . getCellFormat...

    docs.aspose.com/slides/zh/java/manage-cells/
  3. Working with Transparency in PostScript | C++

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...“Pseudo-transparency” is a process of paling colors that have an Alpha component...allow us to see the lower colored layer from under the upper...

    docs.aspose.com/page/cpp/ps/working-with-transp...
  4. How to work with Aspose.SVG API – C# Examples

    The articles in this chapter provide the information you need to get started with Aspose.SVG for .NET and C# examples for processing SVG files....files creating, editing, colorizing, saving, converting, and...Change SVG Color – You will explore how to change the color of SVG...

    docs.aspose.com/svg/net/how-to-work-with-aspose...
  5. Aspose::Words::Fields::FieldMergeBarcode::get_F...

    Aspose::Words::Fields::FieldMergeBarcode::get_ForegroundColor method. Gets the foreground Color of the barcode symbol. Valid values are in the range [0, 0xFFFFFF] in C++....method Gets the foreground color of the barcode symbol. Valid...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. 使用现代 API 增强图像处理|Aspose.Slides 文档

    通过使用 Java 现代 API 替换已弃用的图像 API,实现幻灯片图像处理的现代化,以便无缝进行 PowerPoint 和 OpenDocument 自动化。...getTileImage(Color styleColor) public final IImage getTile(Color styleColor)...BufferedImage getTileImage(Color background, Color foreground) public...

    docs.aspose.com/slides/zh/java/modern-api/
  7. 使用现代 API 增强图像处理|Aspose.Slides for PHP 文档

    通过使用 PHP 现代 API 替换已弃用的成像 API,实现幻灯片图像处理的现代化,以实现无缝的 PowerPoint 和 OpenDocument 自动化。...getTileImage(Color styleColor) public final IImage getTile(Color styleColor)...BufferedImage getTileImage(Color background, Color foreground) public...

    docs.aspose.com/slides/zh/php-java/modern-api/
  8. 使用 Aspose.SVG Builder API 进行高级 SVG 创建和修改 – C#

    探索 C# 中的 Aspose.SVG Builder API 创建和修改 SVG 元素的功能。了解如何使 SVG 编程更轻松、更高效。... Fill (Color. Blue ). Stroke (Paint. None...Circle.Cx(50).Cy(50).R(20).Fill(Color.Blue).Stroke(Paint.None).StrokeWidth(2)...

    docs.aspose.com/svg/zh/net/svg-builder-api/
  9. Create or Add Table In PDF|Aspose.PDF for C++

    Aspose.PDF for C++ is a library used to create, read, and edit PDF Tables. Using this library, you can paginate a table on the PDF page using C++....Cpp/Color.h> #include <Aspose.PDF.Cpp/Table/Table...(); // Set the table border color as LightGray table -> set_Border...

    docs.aspose.com/pdf/cpp/add-table-in-existing-p...
  10. Create AcroForms using using C++|Aspose.PDF for...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for C++....textBoxField -> set_Color ( Aspose :: Pdf :: Color :: get_Green ());...set_Border ( System :: Drawing :: Color :: get_Black ()); opt1 -> g...

    docs.aspose.com/pdf/cpp/create-form/