Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 44,876 for

color

(0.18 sec)
  1. 加载或导入带有公式的CSV文件 via JavaScript|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++加载和导入包含公式的CSV文件。... innerHTML = '<p style="color: red;">Please select a CSV file...'result' ). innerHTML = '<p style="color: green;">Conversion completed...

    docs.aspose.com/cells/zh/javascript-cpp/load-or...
  2. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the document...# 1 - A flat color: shape_rectangle . fill_color = aspose . pydrawing...pydrawing . Color . light_blue doc . background_shape = shape_rectangle...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Drawing Images using Graphics|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....class Clear method and pass color as a parameter. This method...the Graphics surface with the color passed in as an argument. Draw...

    docs.aspose.com/psd/net/drawing-images-using-gr...
  4. 使用JavaScript通过C++在工作表内的文本框中用文本替换标签|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在工作表中的文本框中用文本替换标签... innerHTML = '<p style="color: red;">Please select an Excel...'result' ). innerHTML = '<p style="color: green;">Tags replaced successfully...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  5. Convert TIFF to 3DS via Python | products.aspos...

    Sample code for TIFF to 3DS Python conversion. Use API example code for batch TIFF files to 3DS conversion within VB.NET, Asp.NET or any .NET based application....palette-color and full-color image data in several color spaces...

    products.aspose.com/3d/python-net/conversion/ti...
  6. ConditionalStyleCollection class | Aspose.Words...

    aspose.words.ConditionalStyleCollection class. Represents a collection of [ConditionalStyle](../conditionalstyle/) objects...background_pattern_color = aspose . pydrawing . Color . alice_blue...] . borders . color = aspose . pydrawing . Color . black table_style...

    reference.aspose.com/words/python-net/aspose.wo...
  7. LaTeX Figure rendering | Aspose.TeX for .NET

    Aspose.TeX API solution for .NET LaTeX fragment (figure) rendering is described in this article. Learn the code examples on how to use the functionality....13 // Specify the background color. 14 options. BackgroundColor...BackgroundColor = System. Drawing . Color . White ; 15 16 // Specify the output...

    docs.aspose.com/tex/net/latex-figure-rendering/
  8. Working with Hatch Patterns in PostScript | C++

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...usually represented by small 2-colors (usually black&white) simple...System::Drawing::Pen > (System::Drawing::Color::get_Black(), 2. 0f ); 37 38...

    docs.aspose.com/page/cpp/ps/working-with-hatch-...
  9. MorphDataControl class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Ole.MorphDataControl class. The MorphDataControl structure is an aggregate of six controls: CheckBox, ComboBox, ListBox, OptionButton, TextBox, and ToggleButton....backColor Gets or sets a background color of the control. The default...foreColor Gets or sets a foreground color of the control. The default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Set Range Border with C++|Documentation

    Learn how to set range borders using Aspose.Cells with C++.... SetColor ( Color :: Red ()); range . SetInsideBorders...); innerColor . SetColor ( Color :: Green ()); range . SetInsideBorders...

    docs.aspose.com/cells/cpp/set-range-border/