Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 11,943 for

fill

(0.24 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. PatternType | Aspose.Words for Java

    Specifies the Fill pattern to be used to Fill a shape in Java....Specifies the fill pattern to be used to fill a shape. Examples:...getChild(NodeType.SHAPE, 0, true); Fill fill = shape.getFill(); System...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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/
  7. GradientStop.remove method | Aspose.Words for N...

    GradientStop.remove method. Removes the gradient stop from the parent [GradientStopCollection](../../gradientstopcollection/)....gradient stops to the gradient fill. let doc = new aw . Document...Rectangle , 80 , 80 ); shape . fill . twoColorGradient ( "#008000"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Create Chart in PPTX Presentation Files using P...

    Python source code to create chart in PPTX Presentation.... fill . fill_type = slides . FillType...SOLID point . format . fill . solid_fill_color . color = drawing...

    products.aspose.com/slides/python-net/chart/pptx/
  9. Draw shapes in PS files | API for .NET

    .NET API Solution PS, XPS and EPS files. Learn how to draw geometrical shapes in a PS file with the attached C# code snippet....also a command that draws or fills rectangle ( rectfill and rectstroke...PsDocument simplifies drawing and filling geometrical shapes accepting...

    products.aspose.com/page/net/add-shapes-to-ps/
  10. 在 PS 文件中使用转换 | Python

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 Python 中使用该功能... orange )) 20 21 # Fill the first rectangle that is...transformations. 22 document. fill (path) 23 ########## 24 25 26...

    docs.aspose.com/page/zh/python-net/ps/working-w...