Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 9,052 for

fill

(0.1 sec)
  1. 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...
  2. Chart Data Label|Aspose.Slides for Python Docum...

    Set PowerPoint chart data label and distance in Python...Sets the fill color of series series . format . fill . fill_type...SOLID series . format . fill . solid_fill_color . color = draw ...

    docs.aspose.com/slides/python-net/chart-data-la...
  3. Stroke.StartArrowLength | Aspose.Words for .NET

    Discover the Stroke StartArrowLength property to customize your design's arrowhead length, enhancing visual appeal and precision in your projects....); // 3 - Arrow with a green fill: Shape filledInArrow = new Shape...Top = 100 ; filledInArrow . Fill . ForeColor = Color . Green...

    reference.aspose.com/words/net/aspose.words.dra...
  4. DocumentBuilder.italic property | Aspose.Words ...

    DocumentBuilder.italic property. True if the font is formatted as italic.... Examples Shows how to fill MERGEFIELDs with data with a...during a mail merge, # and then fill them manually. builder . insert_field...

    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. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Chart Series|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Set your preferred fill type and fill color. Save the modified...point -> get_Format () -> get_Fill () -> set_FillType ( FillType...

    docs.aspose.com/slides/cpp/chart-series/