Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 8,261 for

fill color

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

    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....then changes the fill color and font color of the cell to light...

    docs.aspose.com/cells/java/get-the-cell-object-...
  2. ChartAxisTitle class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartAxisTitle class. Provides access to the axis title properties... format Provides access to fill and line formatting of the axis...chart_axis_y_title . font . color = aspose . pydrawing . Color . blue doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartMarker class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartMarker class. Represents a chart data marker...Description format Provides access to fill and line formatting of this...series will not invert their colors if the value is negative. for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Manage Text Portions in Presentations Using PHP...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for PHP 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/php-java/portion/
  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. 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/
  7. 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...
  8. 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...style . SetForegroundColor ( Color :: LightBlue ()); style . GetFont...

    docs.aspose.com/cells/cpp/get-the-cell-object-b...
  9. 格式化文本|Aspose.Slides 文档

    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....; //Change text color port . FontColor = Color . FromArgb ( 0...); //Change shape background color shp . FillFormat . Type = FillType...

    docs.aspose.com/slides/zh/net/format-text/
  10. 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++....the feature to fill Arc object with a certain color. Follow the...BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...

    docs.aspose.com/pdf/cpp/add-arc/