Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 8,424 for

fill color

(0.96 sec)
  1. Aspose::Words::Drawing::Charts::Chart::get_Form...

    Aspose::Words::Drawing::Charts::Chart::get_Format method. Provides access to Fill and line formatting of the chart in C++....Chart::get_Format method Provides access to fill and line formatting of the chart...-> get_Fill () -> Solid ( System :: Drawing :: Color :: get_DarkSlateGray...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. 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...Background color Feature PSDJAVA-161 Adding of Fill Layers at...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  3. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::get_Count method. Gets an integer value indicating the number of items in the collection in C++....gradient stops to the gradient fill. auto doc = System :: MakeObject...Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient ( System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::RemoveAt method. Removes a GradientStop from the collection at a specified index in C++....gradient stops to the gradient fill. auto doc = System :: MakeObject...Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient ( System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_set method. Gets or sets a GradientStop object in the collection in C++....gradient stops to the gradient fill. auto doc = System :: MakeObject...Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient ( System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. ChartDataLabel.format property | Aspose.Words f...

    ChartDataLabel.format property. Provides access to Fill and line formatting of the data label....property Provides access to fill and line formatting of the data...); dataLabel . format . fill . color = "#FF0000" ; // For a cleaner...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Setting Chart Appearance with JavaScript via C+...

    Learn how to configure the appearance of charts in Aspose.Cells for JavaScript via C++. Our guide will show you how to modify chart layouts, Colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....its foreground color, background color, and fill format, etc. In...); // Setting the foreground color of the plot area chart . plotArea...

    docs.aspose.com/cells/javascript-cpp/setting-ch...
  8. 在 PS 文件中使用转换 | Java

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 Java 中使用该功能... setPaint (Color. ORANGE ); 4 5 //Fill the first rectangle...transformations. 6 document. fill (shape); 7 ////////// 现在我们创...

    docs.aspose.com/page/zh/java/ps/working-with-tr...
  9. 在 PostScript 中使用转换 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 .NET 中使用该功能...( new SolidBrush(Color. Orange )); 4 5 //Fill the first rectangle...transformations. 6 document. Fill (path); 7 ////////// 现在,我们创...

    docs.aspose.com/page/zh/net/ps/working-with-tra...
  10. Add Rectangles to Presentations in C++|Aspose.S...

    Boost your PowerPoint presentations by adding rectangles with Aspose.Slides for C++ — easily design and modify shapes programmatically....Set the Fill Type of the Rectangle to Solid. Set the Color of the...Rectangle using SolidFillColor.Color property as exposed by FillFormat...

    docs.aspose.com/slides/cpp/rectangle/