Sort Score
Result 10 results
Languages All
Labels All
Results 8,011 - 8,020 of 36,269 for

color

(0.08 sec)
  1. Customize Barcode Appearance in C#|Documentation

    How to Adjust Barcode Appearance-Related Properties in Aspose.BarCode for .NET...units ) and color by initializing the Width and Color properties...Resolution in C# Customize Barcode Color Scheme in C#...

    docs.aspose.com/barcode/net/customize-barcode-a...
  2. 创建并嵌入 Excel 图表作为 OLE 对象|Aspose.Slides 文档

    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.... ForegroundColor = Color . White ; // 设置图表区域的背景色 chart.... Area . BackgroundColor = Color . White ; // 设置图表区域的前景色 chart...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  3. 使用 Python 将 SVG 转换为图像、JPG、PNG、BMP、TIFF 和 GIF

    了解 SVG 到图像的转换,以及如何通过 Aspose.SVG for Python via .NET 执行转换。参考 Python 示例和在线 SVG 转换器。... 使用 background_color 属性设置填充背景的颜色。 使用 page_setup 属性设置页面大小和边距。...from aspose. pydrawing import Color 7 8 # Initialize an SVG document...

    docs.aspose.com/svg/zh/python-net/convert-svg-t...
  4. Create Email Messages with Customized Options i...

    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....na, sans-serif;color:#000000;background-color:#ffffff;} p {font-family:Verdana...font-weight:normal;color:#000000;background-color:#ffffff;} </style>...

    docs.aspose.com/email/net/create-email-messages/
  5. 将 SVG 转换为 PDF – Python 示例

    您将学习如何以编程方式或在线将 SVG 转换为 PDF,并考虑使用 Aspose.SVG Python 库将 SVG 转换为 PDF 的 Python 示例。... This property sets the color that will fill the background...from aspose. pydrawing import Color 8 9 # Initialize an SVG document...

    docs.aspose.com/svg/zh/python-net/convert-svg-t...
  6. Add Image to PDF using C#|Aspose.PDF for .NET

    This section describes how to add image to existing PDF file using C# library....Identify if image inside PDF is Colored or Black & White Different...source image i.e. if image is Color (RGB), then apply JPEG2000 compression...

    docs.aspose.com/pdf/net/add-image-to-existing-p...
  7. SVG 光照效果 – SVG 滤镜 – C# 代码

    了解如何使用 Aspose.SVG for .NET API 组合多个 SVG 滤镜来创建和控制 SVG 光照效果。...specularExponent = "30" lighting - color = "#ddd" > 7 < fePointLight...specularExponent = "30" lighting - color = "#ddd" > 3 < fePointLight...

    docs.aspose.com/svg/zh/net/svg-lighting-effects/
  8. Format Worksheet Cells in a Workbook|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.... Use borders and colors to emphasize data. Apply number...viewer-friendly. Careful use of color, shading, borders, fonts, number...

    docs.aspose.com/cells/java/format-worksheet-cel...
  9. 在 Java 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    在 Java 中创建 PowerPoint 演示文稿中的图表...1 , 30 )); // Sets the fill color for series series . getFormat...getSolidFillColor (). setColor ( Color . RED ); // Takes the second...

    docs.aspose.com/slides/zh/androidjava/create-ch...
  10. Creating a complex PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java allows you to create more complex documents that contain images, text fragments, and tables in one document....); $colors = new Color (); $darkSlateGrayColor = $colors -> getDarkSlateGray...$blackColor = $colors -> getBlack (); $grayColor = $colors -> getGray...

    docs.aspose.com/pdf/php-java/complex-pdf-example/