Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 44,876 for

color

(0.14 sec)
  1. 使用 C++ 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式向 PDF 添加文本...() -> set_ForegroundColor ( Color :: get_Blue ()); textFragment...() -> set_BackgroundColor ( Color :: get_LightGray ()); // create...

    products.aspose.com/pdf/zh-hant/cpp/text/
  2. 用 C++ 格式化数据透视表单元格|Documentation

    了解如何使用Aspose.Cells与C++格式化数据透视表单元格。... SetBackgroundColor ( Color :: LightBlue ()); pivotTable...style . SetBackgroundColor ( Color :: Yellow ()); PivotTable pivotTable2...

    docs.aspose.com/cells/zh/cpp/format-pivot-table...
  3. Aspose.Slides for .NET 14.9.0 的公共 API 和向后不兼容的更改...

    审查 Aspose.Slides for .NET 中的公共 API 更新和破坏性更改,以顺利迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。... Color = Color . Red ; } pres . Save (...FillFormat . SolidFillColor . Color = Color . Red ; } pres . Save (...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  4. How to Create GIF From Images in C#

    This short tutorial guides on how to create GIF from images in C#. By using C# animated GIF can be easily created by following the steps and sample code shared in this tutorial....image, we can also set the color palette and if we do not set...above example, the default color palette is used. Also, while...

    kb.aspose.com/imaging/net/how-to-create-gif-fro...
  5. Convert TIFF to 3DS via C# | products.aspose.com

    Sample code for TIFF to 3DS C# conversion. Use API example code for batch TIFF files to 3DS conversion within VB.NET, Asp.NET or any .NET based application....palette-color and full-color image data in several color spaces...

    products.aspose.com/3d/net/conversion/tiff-to-3ds/
  6. Aspose.PSD for Java 21.7 - 发行说明|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 ); (( IColorFillSettings ) backgroundFillLayer...getFillSettings ()). setColor ( Color . getWhite ()); image . addLayer...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  7. PSD Layer Types|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....Layer that fills image with color, gradient of pattern Smart Objects...

    docs.aspose.com/psd/java/layer-types/
  8. Technical Articles|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....Drawing over Compressed Images Color Space Conversion for JPEG through...

    docs.aspose.com/psd/java/technical-articles/
  9. ChartYValueCollection class | Aspose.Words for ...

    aspose.words.drawing.charts.ChartYValueCollection class. Represents a collection of Y values for a chart series....max_value_index = i i += 1 # Change colors of the max and min values.... fill . fore_color = aspose . pydrawing . Color . red series...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#.... Color = System . Drawing . Color . Gray ; // Try...StrokeColor = System . Drawing . Color . Gray ; // Try LightGray to...

    docs.aspose.com/words/net/add-watermark/