Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 45,864 for

color

(0.65 sec)
  1. 在 JavaScript 通过 C++ 为图表点添加富文本自定义数据标签|Documentation

    学习如何在 Aspose.Cells for JavaScript 通过 C++ 中为图表点添加富文本自定义数据标签。我们的指南将展示如何使用不同字体、颜色和对齐选项格式化标签,以提升图表的外观和可读性。... innerHTML = '<p style="color: red;">Please select an Excel.... font ; font . color = AsposeCells . Color . Red ; font . isBold...

    docs.aspose.com/cells/zh/javascript-cpp/rich-te...
  2. Locking WordArt Watermark with JavaScript via C...

    Learn how to lock WordArt watermarks in Aspose.Cells for JavaScript via C++.... fill ; // Set the color (converted to property assignment...oneColorGradient = { color : AsposeCells . Color . Red , variant :...

    docs.aspose.com/cells/javascript-cpp/locking-wo...
  3. 如何用C++创建组合图表|Documentation

    了解如何使用Aspose.Cells for C++创建组合图表。我们的全面指南将演示如何将不同类型的图表组合成一个组合图表,以实现更有效的数据展示。... SetForegroundColor ( Color :: Pink ()); chart . GetNSeries...GetArea (). SetForegroundColor ( Color :: Orange ()); chart . GetNSeries...

    docs.aspose.com/cells/zh/cpp/create-combo-chart/
  4. How to Install Aspose.Cells for Go via C++ Usin...

    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....BackgroundType_Solid ) color , _ := NewColor () color . Set_Color_R ( uint8...uint8 ( 255 )) color . Set_Color_G ( uint8 ( 128 )) style . SetForegroundColor...

    docs.aspose.com/cells/go-cpp/how-to-install-asp...
  5. Aspose.PSD for Java 20.4 - Release Notes|Docume...

    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....Support of lclrResource (Sheet color setting) Feature PSDJAVA-157...Section Resource #1010 Background color Feature PSDJAVA-161 Adding of...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  6. Fill.pattern property | Aspose.Words for Python

    Fill.pattern property. Gets a [PatternType](../../patterntype/) for the fill....with foreground and background colors to the shape fill: fill . patterned...fore_color = aspose . pydrawing . Color . aqua , back_color = aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Filtering the kind of data while loading the wo...

    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....explains that the data in red color and yellow background will not...can see that the data in red color and yellow background is not...

    docs.aspose.com/cells/javascript-cpp/filtering-...
  8. 用JavaScript通过C++创建和复制命名范围|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel中创建、访问和复制命名范围。... innerHTML = '<p style="color: red;">Please select an Excel...'result' ). innerHTML = '<p style="color: green;">Named range created...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  9. Fill.Pattern | Aspose.Words for .NET

    Discover the Fill Pattern property to easily access and customize PatternType for your designs. Enhance your projects with unique fill options!...with foreground and background colors to the shape fill: fill . Patterned...PatternType . DiagonalBrick , Color . Aqua , Color . Bisque ); doc . Save...

    reference.aspose.com/words/net/aspose.words.dra...
  10. 向PDF文件添加圆形对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在您的PDF中创建一个圆形对象。...BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...get_GraphInfo () -> set_Color ( Color :: get_GreenYellow ());...

    docs.aspose.com/pdf/zh/cpp/add-circle/