Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 8,061 for

fill color

(0.72 sec)
  1. How to create Combo chart with Node.js via C++|...

    Learn how to create a combo chart using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation.... Color . Pink ); chart . getNSeries...setForegroundColor ( AsposeCells . Color . Orange ); chart . getNSeries...

    docs.aspose.com/cells/nodejs-cpp/create-combo-c...
  2. ChartAxis.format property | Aspose.Words for Py...

    ChartAxis.format property. Provides access to line formatting of the axis and Fill of the tick labels....line formatting of the axis and fill of the tick labels. @property.... ChartFormat : ... Remarks Fill of chart tick marks can be changed...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 在演示文稿中更改形状的填充颜色|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....string FileName = FilePath + "Fill color of a shape.pptx" ; SetPPTShapeColor...string FileName = FilePath + "Fill color of a shape.pptx" ; // 实例化表示...

    docs.aspose.com/slides/zh/net/change-the-fill-c...
  4. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render document pages into Graphics objects at your desired scale for optimal visual results....rows and columns that we will fill with thumbnails. const int thumbColumns...TextRenderingHint . AntiAliasGridFit ; // Fill the background, which is transparent...

    reference.aspose.com/words/net/aspose.words/doc...
  5. 使用JavaScript通过C++锁定WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++锁定WordArt水印...Text ] : true }; // Get the fill format of the word art const...wordArtFormat = wordart . fill ; // Set the color (converted to property...

    docs.aspose.com/cells/zh/javascript-cpp/locking...
  6. 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...
  7. 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...
  8. 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...
  9. Aspose::Words::Drawing::Charts::ChartSeries::ge...

    Aspose::Words::Drawing::Charts::ChartSeries::get_Format method. Provides access to Fill and line formatting of the series in C++....t method Provides access to fill and line formatting of the series...Examples Sows how to set series color. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  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/