Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,379 for

gradient fill

(0.3 sec)
  1. Work with SVG Attributes in Python – Get, Set, ...

    Work with SVG attributes in Python with Aspose.SVG. Get, set, check, remove, and update SVG element attributes using DOM APIs....viewBox , x , y , cx , cy , r , fill , stroke , stroke-width , transform...extracting values such as viewBox , fill , or transform . The following...

    docs.aspose.com/svg/python-net/work-with-svg-at...
  2. Working with Hatch Patterns in PS file | Python

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...which can be utilized for filling or stroking in PsDocument....set_paint() or one of the fill_text() or fill_and_stroke_text() methods...

    docs.aspose.com/page/python-net/ps/working-with...
  3. Data Formatting|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....Applying Gradient Fill Effects To apply your desired Gradient Fill...the code below. Applying Gradient Fill Effects Configuring Alignment...

    docs.aspose.com/cells/java/data-formatting/
  4. 管理 C++ 中的演示文稿背景|Aspose.Slides 文档

    学习如何使用 Aspose.Slides for C++ 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供提升演示效果的代码技巧。... 将幻灯片背景的 FillType 设置为 Gradient 。 在 FillFormat 上使用 get_GradientFormat...set_FillType ( FillType :: Gradient ); slide -> get_Background...

    docs.aspose.com/slides/zh/cpp/presentation-back...
  5. Getting theme color for BPMN Events - Free Supp...

    Hi, Is there a way to know if a shape has the theme applied to it and what color Fill / line color it should have based on that theme? File file = new File(PATH_TO_VSDX_FILE); Diagram d = new Diagram(file.getAbsolutePa…...applied to it and what color fill / line color it should have...color of the shape if set with Fill or by Theme. event theme color...

    forum.aspose.com/t/getting-theme-color-for-bpmn...
  6. Working with Textures in PostScript | .NET

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...an image that is used for filling or drawing objects: shapes...below we demonstrate how to fill a shape and a text and outline...

    docs.aspose.com/page/net/ps/working-with-textures/
  7. Working with Textures in PostScript | C++

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...an image that is used for filling or drawing objects: shapes...below we demonstrate how to fill a shape and a text and outline...

    docs.aspose.com/page/cpp/ps/working-with-textures/
  8. Format Presentation Charts in Java|Aspose.Slide...

    Learn chart formatting in Aspose.Slides for Java and elevate your PowerPoint presentation with professional, eye-catching styling....legends, the plot area, and wall fills to improve the appearance and...back wall fill color Set the chart plot area fill color Write...

    docs.aspose.com/slides/java/chart-formatting/
  9. Fill.fill_type property | Aspose.Words for Python

    Fill.Fill_type property. Gets a Fill type....fill_type property Fill.fill_type property Gets a fill type.... @property def fill_type ( self ) -> aspose . words . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 编辑 HTML5 画布 – Aspose.HTML for .NET

    了解 HTML 画布以及如何使用 Aspose.HTML for .NET API 处理包含 HTML5 画布元素的文档。...Prepare a gradient brush 20 ICanvasGradient gradient = context...0); 21 gradient. AddColorStop (0, "magenta" ); 22 gradient. AddColorStop...

    docs.aspose.com/html/zh/net/edit-html5-canvas/