Sort Score
Result 10 results
Languages All
Labels All
Results 6,421 - 6,430 of 44,876 for

color

(0.17 sec)
  1. Fill Symbolizer|Documentation

    GIS C# Library API supports Simple Fill symbolizer to fill style and stroke for 2-dimensional geometries polygons of any type like Point, Line, Surface....Description FillColor Specifies the color and transparency given to the... StrokeColor Specifies the color and transparency given to the...

    docs.aspose.com/gis/net/fill-symbolizer/
  2. 将多页文档转换为Java中的图像|Aspose.Words为Java

    将多页文档导出为光栅图像(JPG, PNG, GIF, BMP, TIFF, WebP) 使用Java。... setBackColor ( Color . lightGray ); options . getPageLayout...getPageLayout (). setBorderColor ( Color . BLUE ); options . getPageLayout...

    docs.aspose.com/words/zh/java/convert-a-multi-p...
  3. Master Slide|Aspose.Slides Documentation

    Manage master slides in C# with Aspose.Slides: create, edit, clone, and format themes, backgrounds, placeholders to unify slides in PowerPoint and OpenDocument.... Color = Color . Black ; textBox . FillFormat...

    docs.aspose.com/slides/net/examples/elements/ma...
  4. How to Find and Replace Text in PDF using Java

    This brief tutorial covers the details about how to find and replace text in PDF using Java. Moreover, you only need to make a few API calls without requiring to install any other PDF processing application....font, foreground color, and background color also. Code to Replace...

    kb.aspose.com/pdf/java/how-to-find-and-replace-...
  5. Convert CDR to PNG using C#

    Follow this article to convert CDR to PDF using C#. It has all the details to set the IDE, a list of steps, and a sample code for developing a CDR to PDF converter software using C#....options such as resolution and color type to define the format of...settings including background color, text rendering mode, and smoothing...

    kb.aspose.com/imaging/net/convert-cdr-to-png-us...
  6. Remove Highlight from PDF using Python

    Follow this article to remove highlight from PDF using Python. It has details to set the IDE, a list of steps, and a sample code demonstrating how to erase highlight in PDF using Python by removing all or a particular annotation....annotations matching the target color Remove all the annotations which...have to mention the target color in HEX format. You can filter...

    kb.aspose.com/pdf/python/remove-highlight-from-...
  7. DocumentBuilder.move_to_structured_document_tag...

    aspose.words.DocumentBuilder.move_to_structured_document_tag method... color = aspose . pydrawing . Color . green doc ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 使用 JavaScript 通过 C++ 生成 HTML|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.... innerHTML = '<p style="color: red;">Please select an Excel...'result' ). innerHTML = '<p style="color: green;">Conversion completed...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  9. Disable Pivot Table Ribbons|Documentation

    How to disable Pivot Table Ribbons with Aspose.Cells for JavaScript via C++.... innerHTML = '<p style="color: red;">Please select an Excel...'result' ). innerHTML = '<p style="color: green;">Pivot table wizard...

    docs.aspose.com/cells/javascript-cpp/disable-pi...
  10. Create Links in PDF file|Aspose.PDF for Java

    This section explains how to create links in your PDF document with Java.... setColor ( Color . getGreen ()); link . setAction... 300 )); link . setColor ( Color . getGreen ()); link . setAction...

    docs.aspose.com/pdf/java/create-links/