Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 12,727 for

fill

(0.42 sec)
  1. GradientStop.base_color property | Aspose.Words...

    GradientStop.base_color property. Gets a value representing the color of the gradient stop without any modifiers....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. Element Builders – Create and Edit SVG Elements...

    Explore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient.... Fill (Color. Red ). Stroke (Paint...circle.Cx(100).Cy(100).R(50).Fill(Color.Red).Stroke(Paint.None)...

    docs.aspose.com/svg/net/element-builders/
  3. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in С++ for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations.... 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/
  4. Working with Text in PS file | Python

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python... We fill or outline text using the aspose...PsSaveOptions , then fetch . And finally fill or outline the text with this...

    docs.aspose.com/page/python-net/ps/working-with...
  5. DocumentBuilder.Bold | Aspose.Words for .NET

    Discover the DocumentBuilder Bold property. Easily format fonts as bold to enhance text visibility and impact in your documents. Boost your design today!...set ; } Examples Shows how to fill MERGEFIELDs with data with a...during a mail merge, // and then fill them manually. builder . InsertField...

    reference.aspose.com/words/net/aspose.words/doc...
  6. DocumentBuilder.Italic | Aspose.Words for .NET

    Discover the DocumentBuilder Italic property. Easily format your text in italic for enhanced readability and style in your documents....set ; } Examples Shows how to fill MERGEFIELDs with data with a...during a mail merge, // and then fill them manually. builder . InsertField...

    reference.aspose.com/words/net/aspose.words/doc...
  7. linejoin.svg

    Fill="none"> fill="none"> <polyline points="40...stroke-linejoin="bevel" /> </g> <g fill="none" stroke="orange" stroke-width="2">...

    docs.aspose.com/svg/files/linejoin.svg
  8. GradientStop.BaseColor | Aspose.Words for .NET

    Discover the GradientStop BaseColor property to easily access the pure color of your gradient stop, enhancing your design with precision and clarity....gradient stops to the gradient fill. Document doc = new Document...Rectangle , 80 , 80 ); shape . Fill . TwoColorGradient ( Color ...

    reference.aspose.com/words/net/aspose.words.dra...
  9. GradientStop.Color | Aspose.Words for .NET

    Discover the GradientStop Color property to easily set and customize gradient stop colors for stunning visual effects in your designs....gradient stops to the gradient fill. Document doc = new Document...Rectangle , 80 , 80 ); shape . Fill . TwoColorGradient ( Color ...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Edit PDF File Tags using Python|Aspose.PDF for ...

    This article explains how to edit tags in the PDF documents using Aspose.PDF for Python via .NET library.... tag ( hello_bdc ) # Fill the paragraph struct element...AttributeOwnerStanda . LAYOUT ) # Fill the span1 struct element textDecorationType...

    docs.aspose.com/pdf/python-net/edit-pdf-file-tags/