Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 46,984 for

color

(0.14 sec)
  1. Copy Range Style Only with JavaScript via C++|D...

    Learn how to copy only the style of a range while manipulating data in Aspose.Cells for JavaScript via C++....shading color. style . foregroundColor = AsposeCells . Color . Yellow...CellBorderType . Thin ; top . color = AsposeCells . Color . Blue ; const bottom...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  2. Forms2OleControl.ForeColor | Aspose.Words for .NET

    Discover the Forms2OleControl ForeColor property to customize your control's foreground Color easily. Enhance your UI with tailored Color options today!...property Gets or sets a foreground color of the control. The default...type of the control. public Color ForeColor { get ; set ; } Examples...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 从 Excel 文件中提取主题数据|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ 从 Excel 文件中提取主题数据,有效获取样式和格式信息。...Cells Theme & Color Example </ h1 > < input type...resultDiv . innerHTML = '<p style="color: red;">Please select an Excel...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  4. Fill.opacity property | Aspose.Words for Python

    Fill.opacity property. Gets or sets the degree of opacity of the specified fill as a value between 0.0 (clear) and 1.0 (opaque)....to fill a shape with a solid color. doc = aw . Document () builder..."StrokeColor" property to set the color of the outline of the shape...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Border Settings|Documentation

    How to use the Aspose.Cells for Python via .NET library in Python to set the border style and Color of cells. By adjusting the width, style, and Color of the border, you have more control over how cells look and appear....the borders' line style and color. With Aspose.Cells for Python...properties, color and line_style to set a border’s line color and style...

    docs.aspose.com/cells/python-net/cells-border-s...
  6. ChartDataLabelCollection.position property | As...

    ChartDataLabelCollection.position property. Gets or sets the position of the data labels....Show data labels and set font color. series . has_data_labels =...data_labels . font . color = aspose . pydrawing . Color . white # Set...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Fill.Opacity | Aspose.Words for .NET

    Control your design's transparency with the Fill Opacity property, adjusting clarity from fully clear to completely opaque for stunning visuals....to fill a shape with a solid color. Document doc = new Document..."StrokeColor" property to set the color of the outline of the shape...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Format Charts in Presentations Using Python|Asp...

    Learn chart formatting in Aspose.Slides for Python via .NET and elevate your PowerPoint or OpenDocument presentation with professional, eye-catching styling....back-wall fill color. Set the chart plot-area fill color. Write the...fill_format . solid_fill_color . color = draw . Color . gray chart_title...

    docs.aspose.com/slides/python-net/chart-formatt...
  9. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...in grey color is likely due to the default font color setting...need to explicitly specify the color as well. Solution To change...

    forum.aspose.com/t/footer-text-showing-in-grey-...
  10. Create Chart in PPTX Presentation Files using P...

    Python source code to create chart in PPTX Presentation....Add new points and set sector color chart . chart_data . series_groups[...series_groups[ 0 ] . is_color_varied = True point = series . data_points[...

    products.aspose.com/slides/python-net/chart/pptx/