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

color

(0.13 sec)
  1. Chart Types with Node.js via C++|Documentation

    Learn about the various chart types supported by Aspose.Cells for Node.js. Our guide will walk you through the different types of charts available and show you how to create and modify them to enhance your worksheets.... Data markers of the same color constitute a data series. Pie...each area is given a solid color or pattern to emphasize the...

    docs.aspose.com/cells/nodejs-cpp/chart-types/
  2. Working with Text | Aspose.Note Documentation

    A guide on how to work with text in Java....Retrieve font color 20 System. out . println ( "Font Color: " + list...defaultStyle. setFontColor (Color. black ); 15 defaultStyle. setFontName...

    docs.aspose.com/note/java/working-with-text/
  3. 将 SVG 转换为 PDF – Aspose.HTML for Java

    使用 Aspose.HTML for Java 将 SVG 转换为 PDF。考虑将 SVG 转换为 PDF 的各种情况,并学习如何使用 PdfSaveOptions。...setBackgroundColor(value) Sets the color that will fill the background...page-size and change the background color to green 12 PdfSaveOptions options...

    docs.aspose.com/html/zh/java/convert-svg-to-pdf/
  4. 将 SVG 转换为 XPS – C# 示例

    您将学习如何以编程方式或在线将 SVG 转换为 XPS,并考虑使用 Aspose.SVG 将 SVG 转换为 XPS 的 C# 示例。... Color . Gray ; 9 10 // Convert SVG...、输出文件路径并执行转换操作。 在上面的示例中,我们添加了用于设置 Color 的 BackgroundColor 属性,该属性将填充每个页面的背景。...

    docs.aspose.com/svg/zh/net/convert-svg-to-xps/
  5. DWGファイルからSVGファイルに変換する場合、色が反映されない - Free Support...

    評価版の Aspose.CAD for Java 25.9 を使用して、DWG から SVG への変換テストを行っています。 使用用途としては、DWG ファイルを SVG ファイルに変換し、その際に DWG 側で設定されている線やレイヤーの色情報を SVG に反映させたいと考えています。 しかし、現在の実装では、DWG ファイルが持っている色情報が SVG 出力に反映されず、モノクロのような状態になってしまっています。 そこで質問…...カラー出力を有効にする(例: RenderColorMode を Color に設定) // 詳細は Aspose.CAD の API...カラー出力を有効にする(例: RenderColorMode を Color に設定) // 詳細は Aspose.CAD の API...

    forum.aspose.com/t/dwg-svg/322086
  6. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....(property) – specifies the fill color attributes. The following example...the font color textbox0 . GetFont (). SetColor ( Color :: Maroon...

    docs.aspose.com/cells/cpp/controls-in-charts/
  7. Applying Median and Wiener Filters|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....Applying Gauss Wiener Filter For Colored image Aspose.PSD provides ...GaussWienerFilterOpt for colored images as well.. The code snippet...

    docs.aspose.com/psd/java/applying-median-and-wi...
  8. 数据筛选与C++|Documentation

    学习如何使用Aspose.Cells for C++ API添加数据筛选。...Custom 自定义包含/不包含等筛选条件 Filter by Color 基于填充颜色的筛选 Date Filters 基于不同日期标准的行筛选...CellsColor object for foreground color CellsColor clrForeground = workbook...

    docs.aspose.com/cells/zh/cpp/data-filtering/
  9. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...setColor(Color.RED); } } Professionalize.Discourse...snippet only changes the font color of the footnote text but does...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  10. Aspose Imaging generating blank pdf for corrupt...

    Hi Team, We are creating pdf file for files which has application type as “Tagged Image File Format” using below code. public static void convertTifToPdf(String inputFilePath, String outputFilePath) { try (Image image…...setDataBackgroundCol(Color.getRed()); // Set a background color for recovery...Additionally, setting a background color can help visualize any recovered...

    forum.aspose.com/t/aspose-imaging-generating-bl...