Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 8,849 for

fill

(0.06 sec)
  1. GradientStop.remove method | Aspose.Words for P...

    GradientStop.remove method. Removes the gradient stop from the parent [GradientStopCollection](../../gradientstopcollection/)....gradient stops to the gradient fill. doc = aw . Document () builder...= 80 , height = 80 ) shape . fill . two_color_gradient ( color1...

    reference.aspose.com/words/python-net/aspose.wo...
  2. GradientStopCollection.remove_at method | Aspos...

    GradientStopCollection.remove_at method. Removes a [GradientStop](../../gradientstop/) from the collection at a specified index....gradient stops to the gradient fill. doc = aw . Document () builder...= 80 , height = 80 ) shape . fill . two_color_gradient ( color1...

    reference.aspose.com/words/python-net/aspose.wo...
  3. GradientStopCollection.add method | Aspose.Word...

    GradientStopCollection.add method. Adds a specified [GradientStop](../../gradientstop/) to a gradient....gradient stops to the gradient fill. doc = aw . Document () builder...= 80 , height = 80 ) shape . fill . two_color_gradient ( color1...

    reference.aspose.com/words/python-net/aspose.wo...
  4. GradientStopCollection.insert method | Aspose.W...

    GradientStopCollection.insert method. Inserts a [GradientStop](../../gradientstop/) to the collection at a specified index....gradient stops to the gradient fill. doc = aw . Document () builder...= 80 , height = 80 ) shape . fill . two_color_gradient ( color1...

    reference.aspose.com/words/python-net/aspose.wo...
  5. GradientStopCollection indexer | Aspose.Words f...

    GradientStopCollection indexer. Gets or sets a [GradientStop](../../gradientstop/) object in the collection....gradient stops to the gradient fill. doc = aw . Document () builder...= 80 , height = 80 ) shape . fill . two_color_gradient ( color1...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Chart Formatting|Aspose.Slides for Python Docum...

    Format chart entities in PowerPoint presentations in Python...back wall fill color Set the chart plot area fill color Write...chartTitle . portion_format . fill_format . fill_type = slides . FillType...

    docs.aspose.com/slides/python-net/chart-formatt...
  7. Aspose::Words::Drawing::Charts::ChartFormat cla...

    Aspose::Words::Drawing::Charts::ChartFormat class. Represents the formatting of a chart element. To learn more, visit the documentation article in C++....Method Description get_Fill () Gets fill formatting for the parent...SetDefaultFill () Resets the fill of the chart element to have...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. owl-edited2.svg

    Fill="none"> docs.aspose.com/svg/files/owl-edited2.svg

  9. Shape.stroke property | Aspose.Words for Python

    Shape.stroke property. Defines a stroke for a shape....# 3 - Arrow with a green fill: filled_in_arrow = aw . drawing...ShapeType . ARROW ) filled_in_arrow . width = 200 filled_in_arrow . height...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Change SVG Color – C# Examples

    You'll learn how to work with SVG color with C# examples, how to change color of SVG elements, or change background color in SVG files.... Change SVG Color Filling and stroking are both operations...are rendered by being filled. The fill is painting the interior...

    docs.aspose.com/svg/net/how-to-change-svg-color/