Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 8,061 for

fill color

(0.26 sec)
  1. Get the Cell object by DisplayName of PivotFiel...

    How to get the Cell object by DisplayName of PivotField of PivotTable with Aspose.Cells for Node.js via C++....then changes the fill color and font color of the cell to light...

    docs.aspose.com/cells/nodejs-cpp/get-the-cell-o...
  2. Add Text stamps in PDF File|Aspose.PDF for C++

    Add a text stamp to a PDF file using the TextStamp class with C++....size, font style, and font color etc. In order to add text stamp...() -> set_ForegroundColor ( Color :: get_Green ()); // Add stamp...

    docs.aspose.com/pdf/cpp/text-stamps-in-the-pdf-...
  3. Manage Text Portions in Presentations with Pyth...

    Learn how to manage text portions in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET, boosting performance and customization....set a Portion-specific text fill transparency or gradient independent...the paragraph? Yes, text color, fill, and transparency at the...

    docs.aspose.com/slides/python-net/portion/
  4. Create Transparent Image in C#

    Follow this article to create transparent image in C#. It has all the settings for the IDE, a list of steps, and a sample code for drawing images with transparent background in C#....path Create a colored brush and use it to fill all the shapes...the path, create a brush and fill shapes with it, and finally...

    kb.aspose.com/drawing/net/create-transparent-im...
  5. How to change RectangularCallout shape's tip - ...

    In below sample code i want to change a tip for RectangularCallout but it is not working how to change a tip point for this shape Shape polygonShape = worksheet.Shapes.AddAutoShape(AutoShapeType.RectangularCallout, 0, …...Apply uniform font size and color foreach (TextParagraph para...polygonTextSize; para.Font.Color = ColorTranslator.FromOle(ffontcolor);...

    forum.aspose.com/t/how-to-change-rectangularcal...
  6. Add WordArt Watermark to Chart with JavaScript ...

    Learn how to use Aspose.Cells for JavaScript via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart.... innerHTML = '<p style="color: red;">Please select an Excel... 3000 ); // Get the shape's fill format and set transparency...

    docs.aspose.com/cells/javascript-cpp/add-wordar...
  7. Manage Legend of Excel Charts with Node.js via ...

    Learn how to utilize Aspose.Cells for Node.js via C++ to effectively use and customize chart legends in Microsoft Excel. Our comprehensive guide explains the legend's functionality, how to access and modify it, as well as how to improve visualization and data understanding with legends...."Title" ); // Setting the font color of the chart title to blue chart...(). setColor ( AsposeCells . Color . Blue ); // Move the legend...

    docs.aspose.com/cells/nodejs-cpp/chart-legend/
  8. Manage Text Portions in Presentations Using Jav...

    Learn how to manage text portions in PowerPoint presentations using JavaScript and Aspose.Slides for Node.js via Java, boosting performance and customization....set a Portion-specific text fill transparency or gradient independent...the paragraph? Yes, text color, fill, and transparency at the...

    docs.aspose.com/slides/nodejs-java/portion/
  9. Get the Cell Object by DisplayName of PivotFiel...

    Learn how to retrieve the cell object by the display name of a pivot field and apply formatting using Aspose.Cells for C++....then changes the fill color and font color of the cell to light...

    docs.aspose.com/cells/go-cpp/get-the-cell-objec...
  10. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...CreateStyle (); // Set the Style fill color to Yellow st . SetPattern...); st . SetForegroundColor ( Color :: Yellow ()); // Create a workbook...

    docs.aspose.com/cells/zh/cpp/create-style-objec...