Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 12,739 for

fill

(0.62 sec)
  1. Render Worksheet to Graphic Context with C++|Do...

    Learn how to render a worksheet to a graphic context using Aspose.Cells for C++....render the entire worksheet, fill the remaining empty space with...

    docs.aspose.com/cells/cpp/render-worksheet-to-g...
  2. Add WordArt Watermark to Worksheet with Node.js...

    Learn how to add WordArt as a background watermark to a worksheet using Aspose.Cells for Node.js via C++....1 , 130 , 800 ); // Get the fill format of the word art const...

    docs.aspose.com/cells/nodejs-cpp/add-wordart-wa...
  3. DocumentBase.backgroundShape property | Aspose....

    DocumentBase.backgroundShape property. Gets or sets the background shape of the document...Microsoft Word supports only the fill properties of a background shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartAxisTitle Class | Aspose.Words for .NET

    Explore the Aspose.Words.ChartAxisTitle class to easily manage axis title properties and enhance your document's visual impact....{ get; } Provides access to fill and line formatting of the axis...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 将自定义样式表应用于 Ruby 中的 Visio Diagram|Documentation

    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....custom_stylesheet ) # Apply fill style source_shape . setFillStyle...

    docs.aspose.com/diagram/zh/java/apply-custom-st...
  6. ShapeTextOrientation enumeration | Aspose.Words...

    aspose.words.drawing.ShapeTextOrientation enumeration. Specifies orientation of text in shapes.... fill . solid ( aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartDataPointCollection.clear_format method | ...

    ChartDataPointCollection.clear_format method. Clears format of all [ChartDataPoint](../../chartdatapoint/) in this collection.... fill . color = drawing . Color ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. X Axis Vs. Category Axis with C++|Documentation

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....LegendPositionType :: Bottom ); // Fill the PlotArea area with nothing...LegendPositionType :: Bottom ); // Fill the PlotArea area with nothing...

    docs.aspose.com/cells/cpp/x-axis-vs-category-axis/
  9. Excel shape text font color is not getting modi...

    I am trying to change the text font of shape in excel document from white to black, it is only changing the first word’s color to black. Please find the attached solution for reproducing this and also suggest how can we …...// Set the shape's fill color shape.Fill.SolidFill.Color = Color...> 0) { if (shape.Fill != null) { shape.Fill.FillType = FillType...

    forum.aspose.com/t/excel-shape-text-font-color-...
  10. SVG 渐变 – SVG Gradients – SVG 代码和 C# 示例

    了解如何在 XML 代码中创建 SVG 渐变,并演练使用 Aspose.SVG for .NET API 实现 SVG 渐变的 C# 示例。...height = "150" width = "370" fill = "url(#linear-gradient)" />...在上面的示例中,线性渐变 id="linear-gradient" 由 fill 属性中的 <rect> 元素引用。线性渐变内部有三个 <stop>...

    docs.aspose.com/svg/zh/net/svg-gradients/