Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 46,167 for

color

(0.07 sec)
  1. Fill.BackColor | Aspose.Words for .NET

    Customize your fill's background Color effortlessly with the BackColor property. Easily set or get a Color object for a vibrant design....sets a Color object that represents the background color for the...the fill. public Color BackColor { get ; set ; } Examples Shows...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Cell.LastParagraph | Aspose.Words for .NET

    Discover the Cell LastParagraph property. Easily access the final paragraph from immediate child elements for efficient content management.... Color = Color . Red ; borders . Horizontal...cells. borders . Vertical . Color = Color . Blue ; borders . Vertical...

    reference.aspose.com/words/net/aspose.words.tab...
  3. 使用C++添加双色标度和三色标度条件格式|Documentation

    如何在C++中使用Aspose.Cells库为两个颜色比例和三个颜色比例添加条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示。... PutValue ( u "2-Color Scale" ); worksheet . GetCells...( u "D1" ). PutValue ( u "3-Color Scale" ); for ( int i = 2 ;...

    docs.aspose.com/cells/zh/cpp/adding-2-color-sca...
  4. Converting DWG to TIFF always results in black ...

    Hello community, I’ve been testing converting DWG files to TIFF using the .Net API in the Trial version, and it always generates black and white images, even though the DWG files are full Color. Here’s the code we’re us…...though the DWG files are full color. Here’s the code we’re using:...incorrect or missing to generate a color TIFF output file? Or is there...

    forum.aspose.com/t/converting-dwg-to-tiff-alway...
  5. BorderCollection.Vertical | Aspose.Words for .NET

    Discover the BorderCollection Vertical property for seamless cell borders. Enhance your design with customizable vertical borders for a polished look!... Color = Color . Red ; borders . Horizontal...cells. borders . Vertical . Color = Color . Blue ; borders . Vertical...

    reference.aspose.com/words/net/aspose.words/bor...
  6. Cell.last_paragraph property | Aspose.Words for...

    Cell.last_paragraph property. Gets the last paragraph among the immediate children.... color = aspose . pydrawing . Color . red borders.... vertical . color = aspose . pydrawing . Color . blue borders...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShadowFormat class | Aspose.Words for Python

    aspose.words.drawing.ShadowFormat class. Represents shadow formatting for an object...Description color Gets or sets a aspose.pydrawing.Color object that...that represents the color for the shadow. The default value is...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Copy Range Style Only with Node.js via C++|Docu...

    Learn how to copy only the style of a range while manipulating data in Aspose.Cells for Node.js via C++...."Calibri" ); // Specify the shading color. style . setForegroundColor...setForegroundColor ( AsposeCells . Color . Yellow ); style . setPattern ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/copy-range-sty...
  9. desktop_theme_2_68fe6a98528e9b6fa4ab985d438c863...

    .d-header-wrap{top:60px}button.sign-up-button{display:none}body:not(.staff) .user-nav a[href*="/activity"],body:not(.staff) .user-nav a[href*="/summary"]{display:none !important}.d-header .title{di......;background-color:#e9e9e9}#header-links a{color:#222}#header...ckground-color:#919191}#header-links:hover a{color:#fff} /*#...

    forum.aspose.com/stylesheets/desktop_theme_2_68...
  10. Add Ellipse Object to PDF file|Aspose.PDF for C++

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for C++....ellipse object with a certain color. void ExampleEllipse () { //...BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...

    docs.aspose.com/pdf/cpp/add-ellipse/