Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 44,566 for

color

(0.15 sec)
  1. Format and Modify Named Ranges|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....Format Ranges Setting Background Color and Font Attributes to a Named...to set the solid fill color (shading color) with font settings...

    docs.aspose.com/cells/net/format-and-modify-nam...
  2. Working with Gradient in PS file | Java

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java...a smooth transition of one color to another. It is used for making...platform. These are java.awt.Color , java.awt.TexturePaint , java...

    docs.aspose.com/page/java/ps/working-with-gradi...
  3. Changing the Hyperlink style when saving as Wor...

    Hi, our customer reported a need to change the Hyperlinks style in the Word documents. They have documents that we convert into PDF. They want to remove the underline and change the Color globally, in the output PDF tha…...the underline and change the color globally, in the output PDF...it, similar to changing the color of revision inserted text? doc...

    forum.aspose.com/t/changing-the-hyperlink-style...
  4. Convert Image to Grayscale in C#

    This tutorial focuses on how to convert image to grayscale in C#. It encompasses the environment settings, and the process, along with a sample code snippet to convert image to grayscale in C#....convert the color image to Grayscale Read the source color image with.... Firstly, read the source color image and cache it. Consequently...

    kb.aspose.com/imaging/net/convert-image-to-gray...
  5. Add Circle Object to PDF file|Aspose.PDF for C++

    This article explains how to create a circle object to your PDF using Aspose.PDF for C++....BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...get_GraphInfo () -> set_Color ( Color :: get_GreenYellow ());...

    docs.aspose.com/pdf/cpp/add-circle/
  6. 用Python从头开始创建PSD或PSB图像|Documentation

    演示Aspose.PSD for Python如何从头创建Psd图像...psd import Graphics , Pen , Color , Rectangle from aspose.psd...regularLayer ) pen = Pen ( Color . alice_blue ) brush = LinearGradientBrush...

    docs.aspose.com/psd/zh/zh/python-net/create-psd...
  7. 如何用 C++ 改变批注的字体颜色|Documentation

    学习如何使用 Aspose.Cells 和 C++ 自定义批注的字体颜色。...GetCommentShape (); // Set the fill color of the shape to black shape...GetSolidFill (). SetColor ( Color :: Black ()); // Get the font...

    docs.aspose.com/cells/zh/cpp/how-to-change-the-...
  8. Fill.backColor property | Aspose.Words for Node.js

    Fill.backColor property. Gets or sets a Color object that represents the background Color for the fill....sets a Color object that represents the background color for the...Rectangle , 80 , 80 ); // Apply One-color gradient fill to the shape with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Add Arc Object to PDF file|Aspose.PDF for C++

    This article explains how to create a arc object to your PDF using Aspose.PDF for C++....fill Arc object with a certain color. Follow the steps below: Create...BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...

    docs.aspose.com/pdf/cpp/add-arc/
  10. ImageData.is_link_only property | Aspose.Words ...

    ImageData.is_link_only property. Returns ``True`` if the image is linked and not stored in the document....object will define the border color as empty. self . assertEqual...pydrawing . Color . empty (), image_data . borders [ 0 ] . color ) #...

    reference.aspose.com/words/python-net/aspose.wo...