Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 36,485 for

color

(0.06 sec)
  1. Incorrect Color Detected for a Shape in a Power...

    I have attached a presentation “Color_src.pptx” having one shape in the first slide. (NOTE: When I open this presentation in microsoft powerpoint and try to select the shape in first slide, it somehow appears to be locke…...Incorrect Color Detected for a Shape in a PowerPoint Presentation...have attached a presentation “color_src.pptx” having one shape in...

    forum.aspose.com/t/incorrect-color-detected-for...
  2. Get Icon Sets, Data Bars or Color Scales Object...

    Aspose.Cells for C++ is a library for working with spreadsheet files. It supports the use of icon sets, data bars, and Color scale objects in conditional formatting to display data from spreadsheets. This article describes how to use the Aspose.Cells library to retrieve data for these objects....Get Icon Sets, Data Bars or Color Scales Objects used in Conditional...require to read the data bars or color scales used in the conditional...

    docs.aspose.com/cells/cpp/get-icon-sets-data-ba...
  3. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background Color Step 3: Overlay text on top of the filled Color (new text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...cell with a filled background color using Aspose.Cells Aspose.Cells...background color Step 3: Overlay text on top of the filled color (new...

    forum.aspose.com/t/display-text-content-on-top-...
  4. Bullet Color Turns Red from Black When Converti...

    Hi Team, I have a PPTX (attached) with two slides. Each slide has a shape with a bullet. When I try to get image of these shapes, I see that the Color of the bullet is red instead of black. The code I used: using Aspos…...Bullet Color Turns Red from Black When Converting Shapes to Images...these shapes, I see that the color of the bullet is red instead...

    forum.aspose.com/t/bullet-color-turns-red-from-...
  5. How to fetch color and pattern of hatch in a dw...

    How to fetch Color and pattern of hatch in a dwg file using aspose.cad in dotnet....How to fetch color and pattern of hatch in a dwg file using aspose...2025, 3:08pm 1 How to fetch color and pattern of hatch in a dwg...

    forum.aspose.com/t/how-to-fetch-color-and-patte...
  6. How to possible top row color set like z-index ...

    @John.He , @amjad.sahi, @peyton.xu // Example: Apply background Color priority - Top, Middle, Bottom Style topStyle = worksheet.Workbook.CreateStyle(); topStyle.ForegroundColor = Color.LightGreen; topStyle.Pattern = Bac…...How to possible top row color set like z-index without change...// Example: Apply background color priority - Top, Middle, Bottom...

    forum.aspose.com/t/how-to-possible-top-row-colo...
  7. HTML Tutorial – Basics – Aspose.HTML for .NET

    HTML Tutorial section helps you to learn some basic HTML, including how to use HTML elements and tags, place text on a page, add images, use HTML Colors, etc....elements and tags, working with color, CSS selectors HTML (HyperText...page, add images, use HTML colors, etc. This section is in progress...

    docs.aspose.com/html/net/tutorial/
  8. Working With SVG Colors Using C# – SVG Fill, St...

    Learn how to work with SVG Colors - change fill and stroke Colors for SVG elements, convert Colors between formats, and work with background....SVG API Working with SVG Colors Live Demos SVG .NET Solution...Pricing Buy Working With SVG Colors in C# – Aspose.SVG for .NET...

    docs.aspose.com/svg/net/working-with-svg-colors/
  9. SVG Filters – C# Code – Aspose.SVG for .NET

    Learn how to write SVG and C# code to implement Gaussian blur, drop shadow, saturation, and light effects to SVG elements and bitmaps....Drop Shadow, SVG Lighting, and Color Filters Contents [ Hide Show...can produce a wide variety of color and lighting effects, blurring...

    docs.aspose.com/svg/net/svg-filters/
  10. I want to fetch the color of the hatch in dwg f...

    foreach (var entity in _cadImage.Entities) { var n = entity.LayerName; var l = _cadImage.Layers.GetLayer(n); { if (entity is CadHatch hatch) { Console.WriteLine("Polyline Color ID is {0}, layer's name is {1…...I want to fetch the color of the hatch in dwg file in rgb format...WriteLine("Polyline color ID is {0}, layer's name is {1}, layer's color ID is...

    forum.aspose.com/t/i-want-to-fetch-the-color-of...