Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 12,730 for

fill

(1.37 sec)
  1. 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...
  2. ChartFormat.isDefined property | Aspose.Words f...

    ChartFormat.isDefined property. Gets a flag indicating whether any format is defined....Examples Shows how to reset the fill to the default value defined...class ChartFormat ChartFormat.fill property ChartFormat.shapeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Drawing::GradientStop::get_Trans...

    Aspose::Words::Drawing::GradientStop::get_Transparency method. Gets or sets a value representing the transparency of the gradient Fill expressed as a percent in range 0.0 to 1.0 in C++....transparency of the gradient fill expressed as a percent in range...gradient stops to the gradient fill. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Using the Demos|Aspose.Words for JasperReports

    Aspose.Words for JasperReports includes a number of demo projects to help you get started exporting reports to Microsoft Word document formats from your application.... ant fill – to fill the compiled report design...

    docs.aspose.com/words/jasperreports/using-the-d...
  5. Wrong background in shape with m - Free Support...

    Hi, after uploading, it appears that many shapes are not displayed correctly (see screenshot below). The shapes that are displayed in dark gray or blue are also yellow in the original. If you look at the formatting of …...shape” is set to: single color fill; transparency 0%. The dark gray...gray shapes have pattern fill and transparency 50% selected....

    forum.aspose.com/t/wrong-background-in-shape-wi...
  6. Working with Charts in Java|Aspose.Words for Java

    Introduction to Chart feature, how to create and manipulate charts using Java....the chart was inserted and filled with data, you are able to...default. How to Set Fill and Stroke Formatting Fill and stroke formatting...

    docs.aspose.com/words/java/working-with-charts/
  7. Public API Changes in Aspose.Diagram 6.8.0|Docu...

    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....Developers may get or set the inherit fill property. We have added InheritFill... getShape ( 1 ); // get the fill formatting values System . out...

    docs.aspose.com/diagram/java/public-api-changes...
  8. Rotating Cell Text in VSTO and Aspose.Cells|Doc...

    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....RotationAngle = 45 ; // Set the custom fill color of the cells. objstyle...Set the background pattern for fill color. objstyle . Pattern =...

    docs.aspose.com/cells/net/rotating-cell-text-in...
  9. TextureIndex Enum | Aspose.Words for .NET

    Discover Aspose.Words.TextureIndex enum for advanced shading textures. Enhance your document design with customizable, high-quality textures....pattern shall be a complete fill with the background color).... Color . Green , true ); // Fill the cells with a light green...

    reference.aspose.com/words/net/aspose.words/tex...
  10. Working with Shapes in PostScript | C++

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++... Fill the rectangle path. Close the...())); 24 //Fill the rectangle 25 document -> Fill(path); 26 27...

    docs.aspose.com/page/cpp/ps/working-with-shapes/