Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 8,061 for

fill color

(0.14 sec)
  1. 在 .NET 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 C# 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且完全控制地为 PPT 和 PPTX 文件设置填充、线条和效果样式。... Color = Color . Blue ; // 将 PPTX 文件保存到磁盘。...FillFormat . SolidFillColor . Color = Color . Black ; shape2 . FillFormat...

    docs.aspose.com/slides/zh/net/shape-formatting/
  2. 将 SVG 转换为 JPG – Aspose.HTML for Java

    使用 Aspose.HTML for Java 将 SVG 转换为 JPG。考虑将 SVG 转换为 JPG 的各种情况,并学习如何使用 ImageSaveOptions 自定义输出。...stroke='black' stroke-width='3' fill='red' />\n" + 6 "</svg>\n" ;...stroke='black' stroke-width='3' fill='red' />\n" + 6 "</svg>\n" ;...

    docs.aspose.com/html/zh/java/convert-svg-to-jpg/
  3. Manage Presentation Zoom on Android|Aspose.Slid...

    Create and customize Zoom with Aspose.Slides for Android via Java — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... setColor ( Color . cyan ); // Creates a text...getSolidFillColor (). setColor ( Color . darkGray ); // Create a text...

    docs.aspose.com/slides/androidjava/manage-zoom/
  4. 用JavaScript通过C++为工作表添加WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++将WordArt作为背景水印添加到工作表中。...1 , 130 , 800 ); // Get the fill format of the word art const...const wordArtFormat = wordart . fill ; // Set the transparency wordArtFormat...

    docs.aspose.com/cells/zh/javascript-cpp/add-wor...
  5. 使用 C++ 操作带有 JavaScript 的图表中的形状|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 添加控件并自定义 Microsoft Excel 中的图表。本指南演示如何操作图表元素、调整格式以及增强图表的整体外观和可用性。... fill (属性)– 指定填充颜色属性。 以下示例演示如何向图表添加标签。示例使用了一个设计文件(...'result' ). innerHTML = '<p style="color: red;">Please select an Excel...

    docs.aspose.com/cells/zh/javascript-cpp/control...
  6. 在 Python 中管理图表数据系列|Aspose.Slides for Python 文档

    了解如何在Python中管理PowerPoint(PPT/PPTX)图表数据系列,提供实用代码示例和最佳实践,以提升数据演示效果。...pydrawing as draw series_color = draw . Color . blue with slides ...[ 0 ] series . format . fill . fill_type = slides . FillType...

    docs.aspose.com/slides/zh/python-net/chart-series/
  7. Create and Apply WordArt Effects in Java|Aspose...

    Create and customize WordArt effects in Aspose.Slides for Java. This step-by-step guide helps developers enhance presentations with professional text in Java....can outline a text or fill it with a color (or gradient), add 3D...apply the SmallGrid pattern color to the text and add a 1-width...

    docs.aspose.com/slides/java/wordart/
  8. 用Node.js通过C++创建开盘 最高 最低 收盘(OHLC)股票图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建开盘 最高 最低 收盘股票图表。我们的指南将演示如何在图表中绘制股票市场数据,包括开盘价、最高价、最低价和收盘价,以便进行更好的分析和可视化。...DownBars and UpBars with different color chart . getNSeries (). get (...setForegroundColor ( AsposeCells . Color . Green ); chart . getNSeries...

    docs.aspose.com/cells/zh/nodejs-cpp/create-open...
  9. Manage Picture Frames in Presentations Using Ja...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Streamline your workflow and enhance slide designs....object that will be used to fill the shape. Specify the image’s...object that will be used to fill the shape. Specify the image’s...

    docs.aspose.com/slides/java/picture-frame/
  10. 路径生成器 – Path Builder – 创建 SVG 路径 – Aspose.SVG

    了解如何使用 Aspose.SVG for .NET 中的 PathBuilder 以编程方式创建 SVG 路径。PathBuilder 使创建和操作 SVG 路径变得更加简单。...Sets the fill color of the path to teal 23 . Fill (Color. Teal ))..."Path1" ) 12 . Fill (f => f. None ()). Stroke (Color. IndianRed )...

    docs.aspose.com/svg/zh/net/path-builder/