Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 47,055 for

color

(0.12 sec)
  1. Remove Background from Vector Images in Python|...

    Aspose.Imaging graphic library for Python supports background removal from vector images....background may consist of multiple color-filled shapes covering the entire...you can specify a background color to be removed from the image...

    docs.aspose.com/imaging/python-net/removing-bac...
  2. Stroke.fore_theme_color property | Aspose.Words...

    Stroke.fore_theme_Color property. Gets or sets a ThemeColor object that represents the stroke foreground Color....fore_theme_color property Stroke.fore_theme_color property Gets...foreground color. @property def fore_theme_color ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Manage Chart Data Labels in Presentations in .N...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for .NET for more engaging slides....65 )); // Sets the fill color of series series . Format ....Fill . SolidFillColor . Color = Color . Red ; // Sets the LabelFormat...

    docs.aspose.com/slides/net/chart-data-label/
  4. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java.... All , Color . getGreen ()); graph . setBorder...getGraphInfo (). setColor ( Color . getGreenYellow ()); graph...

    docs.aspose.com/pdf/java/add-curve/
  5. FillType | Aspose.Words for Java

    Specifies fill type for a fillable object in Java....Document(getMyDir() + "Two color gradient.docx"); // Get Fill...println(MessageFormat.format("The foreground color of the fill is: {0}",fill.getForeColor()));...

    reference.aspose.com/words/java/com.aspose.word...
  6. ListLevel.TrailingCharacter | Aspose.Words for ...

    Discover the ListLevel TrailingCharacter property to customize your list formatting by setting or retrieving the character after each list number.... Color = Color . Red ; listLevel . Font..."Wingdings" ; listLevel . Font . Color = Color . Blue ; listLevel . Font...

    reference.aspose.com/words/net/aspose.words.lis...
  7. Font.Name | Aspose.Words for .NET

    Discover the Font Name property to easily customize and set your font styles, enhancing your design's appeal and readability.... Color = Color . Blue ; font . Name = "Courier...36 ; font . HighlightColor = Color . Yellow ; doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/fon...
  8. 仅复制范围数据(无格式) C++实现|Documentation

    学习如何使用Aspose.Cells与C++仅复制范围数据,不包括格式。... SetForegroundColor ( Color :: Yellow ()); style . SetPattern...:: TopBorder ). SetColor ( Color :: Blue ()); style . GetBorders...

    docs.aspose.com/cells/zh/cpp/copy-range-data-only/
  9. ListLevel.TabPosition | Aspose.Words for .NET

    Discover the ListLevel TabPosition property to easily adjust tab positions in points for your list levels, enhancing your document's formatting.... Color = Color . Red ; listLevel . Font..."Wingdings" ; listLevel . Font . Color = Color . Blue ; listLevel . Font...

    reference.aspose.com/words/net/aspose.words.lis...
  10. Inserting to a cell HtmlString removes related ...

    i’m calling var blockCell = worksheet.Cells[ htmlBlock.OccupiedCells.StartRow, htmlBlock.OccupiedCells.StartColumn ]; then just settings my html value blockCell.HtmlString = html; that equals to <div style="…...margin: 20px;"> <h2 style="color: yellow;">Hello, this is a header</h2>...header</h2> <p style="color: blue; line-height: 1.5;">This is...

    forum.aspose.com/t/inserting-to-a-cell-htmlstri...