Sort Score
Result 10 results
Languages All
Labels All
Results 9,141 - 9,150 of 45,909 for

color

(0.37 sec)
  1. What's new in Aspose.Cells for .NET|Documentation

    Aspose.Cells for .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....getting and setting the gridline color of a worksheet Support exporting...html Support to add font color, cell color as data sorter key Support...

    docs.aspose.com/cells/net/what-s-new-in-aspose-...
  2. Java API to Render TEX to XLT | products.aspose...

    Export TEX to XLT via Java API without using Microsoft Excel or Adobe Reader...font size, font color, and background color. By using Aspose...addTextEffect function, set colors, transparency and more. After...

    products.aspose.com/total/java/conversion/tex-t...
  3. Aspose.PSD - text wrapped on shape not being ma...

    ConsoleApp1.zip (237.3 KB) Attached is example code of trying to fill in some text layers for a PSD. One of the layers - DisplayName - is wrapped on a circle. The code properly replaces the text for the layer, but it is…...psd import Color from aspose.psd.fileformats...update_text(new_text, Color.red) # Update text and color text_layer.text_data...

    forum.aspose.com/t/aspose-psd-text-wrapped-on-s...
  4. ChartSeries Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartSeries class, your key to enhancing chart series properties for dynamic document creation and visualization....parent element shall inverts its colors if the value is negative. LegendEntry...dataLabel . Format . Fill . Color = Color . Red ; // For a cleaner...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 投影 – SVG 滤镜 – C# 代码

    了解如何编写 SVG 代码并使用 Aspose.SVG API 创建投影效果,并将投影效果应用于 SVG 形状和文本。...这是使用属性 flood-color 和 flood-opacity 来实现的。让我们看看如何使用...stdDeviation = "3" flood - color = "CornflowerBlue" /> 5 </ filter...

    docs.aspose.com/svg/zh/net/drop-shadow/
  6. 在 XPS 文件中处理文本 | .NET

    Aspose.Page API 解决方案解答了如何在 XPS 文件中添加文本的问题。了解如何在 .NET 中使用该功能... CreateSolidColorBrus (Color. Black ); 10 //Add glyph to...RectangleF 和 System.Drawing.Color,因此无需替换。 请参阅 Java 和 C++ 中的 XPS...

    docs.aspose.com/page/zh/net/xps/working-with-text/
  7. Convert ICS to ICS in Python | products.aspose.com

    Save ICS to ICS within Python applications without using Microsoft Word or Outlook...graphics with solid areas of color and sharp edges, such as logos...visible border or background color. What is ICS File Format? An...

    products.aspose.com/total/python-net/conversion...
  8. Convert PPTX to XLTM using Python or with free ...

    PPTX to XLTM conversion in your Python applications without using Microsoft Office or online. Test free PPTX to XLTM online converter quickly before integrating the code....setting the page background color, and more. The API also provides...to set the font size, font color, font style, font family, and...

    products.aspose.com/total/python-net/conversion...
  9. 在 Java 中将 SVG 转换为 PNG – Aspose.HTML for Java

    使用 Aspose.HTML for Java 将 SVG 转换为 PNG。考虑将 SVG 转换为 PNG 的各种情况,并学习如何使用 ImageSaveOptions 自定义输出。...setBackgroundColor(value) Sets Color which will fill background of... Default value is Color.Transparent(Color.getTransparent()) ...

    docs.aspose.com/html/zh/java/convert-svg-to-png/
  10. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...Color; import java.awt.geom.Rectangle2D;...er, para, 50, 20, 100, 20, Color.YELLOW, "Shape Text"); } String...

    forum.aspose.com/t/word-header-footer-x-y/316493