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

color

(0.18 sec)
  1. Stroke.weight property | Aspose.Words for Python

    Stroke.weight property. Defines the brush thickness that strokes the path of a shape in points.... fore_color = aspose . pydrawing . Color . white # 2 -...= 5 stroke . color = aspose . pydrawing . Color . red stroke...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ShapeBase.fill property | Aspose.Words for Node.js

    ShapeBase.fill property. Gets fill formatting for the shape....to fill a shape with a solid color. let doc = new aw . Document..."StrokeColor" property to set the color of the outline of the shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Fill.solid method | Aspose.Words for Node.js

    Aspose.Words.Drawing.Fill.solid method...Sets the fill to a uniform color. solid () Remarks Use this method...solid(color) Sets the fill to a specified uniform color. solid...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartSeries.Marker | Aspose.Words for .NET

    Discover the ChartSeries Marker property to easily customize data markers for your charts. Enhance visualization with automatic marker creation!... ForeColor = Color . Yellow ; dataPoints [ 0 ]...Format . Stroke . BackColor = Color . Red ; dataPoints [ 1 ]. Marker...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartFormat.Fill | Aspose.Words for .NET

    Discover the ChartFormat Fill property for enhanced chart visuals. Unlock unique fill formatting options for your parent chart elements today!... ForeColor = Color . Yellow ; dataPoints [ 0 ]...Format . Stroke . BackColor = Color . Red ; dataPoints [ 1 ]. Marker...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::Drawing::ShapeBase::get_Fill met...

    Aspose::Words::Drawing::ShapeBase::get_Fill method. Gets fill formatting for the shape in C++....to fill a shape with a solid color. auto doc = System :: MakeObject..."StrokeColor" property to set the color of the outline of the shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Manage Presentation Backgrounds in Java|Aspose....

    Learn how to set dynamic backgrounds in PowerPoint and OpenDocument files using Aspose.Slides for Java, with code tips to boost your presentations....[ Hide ] Introduction Solid colors, gradients, and images are...slides at once). Set a Solid Color Background for a Normal Slide...

    docs.aspose.com/slides/java/presentation-backgr...
  8. MultiPageLayout.BackColor | Aspose.Words for .NET

    Sets the background Color of the output image when rendering multiple pages together....Gets or sets the background color of the output. The default is...is Empty. public Color BackColor { get ; set ; } See Also class...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Font.Shading | Aspose.Words for .NET

    Discover the Font Shading property, which provides a Shading object for customizable font formatting, enhancing your text's visual appeal.... Color = Color . White ; // One way to...created using our white font color visible // is to apply a background...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Convert RGB to HEX in Python

    This concise guide explains the essentials of transforming RGB to HEX in Python. It presents a structured sequence of actions along with a practical code example to convert RGB to HEX in Python....can also be extended to other color formats in imagery by calculating...HEX format Instantiate the Color class to read and process the...

    kb.aspose.com/svg/python/convert-rgb-to-hex-in-...