Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 12,316 for

fill

(0.05 sec)
  1. Aspose::Words::Saving::SvgSaveOptions::get_FitT...

    Aspose::Words::Saving::SvgSaveOptions::get_FitToViewPort method. Specifies if the output SVG should Fill the available viewport area (browser window or container). When set to true width and height of output SVG are set to 100%. The default value is false in C++....Specifies if the output SVG should fill the available viewport area...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. What is XPS an file? | Knowledge Base

    XPS as one of the PDLs languages is explained in this article. Along with it this page briefly answers the question "what is an XPS document?"...0400390625,0,0"> <Path Fill="#FFFFFFFF" Data="M0,0L784,0...UnicodeString="Patient Name:" Fill="#FF404040" /> <Glyphs Name="Label3"...

    docs.aspose.com/page/net/what-is-xps-file/
  3. Drop Shadow – SVG Filters – Aspose.SVG for .NET

    Learn how to write SVG code and create a drop shadow effect using Aspose.SVG for .NET API and apply the drop shadow effect to SVG shapes and text....width = "100" height = "100" fill = "orange" filter = "url(#shadow)"...width = "100" height = "100" fill = "orange" filter = "url(#shadow-red)"...

    docs.aspose.com/svg/net/drop-shadow/
  4. 在 PostScript 中使用文本 | C++

    如何在 PS 文件中添加文本是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能...system fonts folders) for filling text ////////// 2 System::SharedPtr...System::Drawing::FontStyle::Bold); 3 //Fill text with default or already...

    docs.aspose.com/page/zh/cpp/ps/working-with-text/
  5. Aspose.PSD for Python via .NET 24.11 - Release ...

    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....image = cast ( PsdImage , img ) fill_layer = cast ( FillLayer , image...Assuming index of the fill layer is 1 src_fill_settings = cast (...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  6. Copy Range Data with Style using Node.js via C+...

    Learn how to copy a range of cells with formatting using Aspose.Cells for Node.js via C++.... Fills a number of cells in the first... get ( 0 ). getCells (); // Fill some sample data into the cells...

    docs.aspose.com/cells/nodejs-cpp/copy-range-dat...
  7. Convert Excel to Markdown using Python

    Follow this article to convert Excel to Markdown using Python. This article contains IDE settings, a list of steps, and a sample code to transform Excel to MD using Python....to be converted to an MD file Fill in the sample data in the Excel...access the target sheet, and fill sample data if no data is present...

    kb.aspose.com/cells/python/convert-excel-to-mar...
  8. Aspose::Words::Drawing::GradientStop class | As...

    Aspose::Words::Drawing::GradientStop class. Represents one gradient stop. To learn more, visit the documentation article 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...
  9. Setting Chart Appearance with Golang via C++|Do...

    Learn how to configure the appearance of charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....foreground color, background color, fill format, etc. In the example...Series Set Picture as Background Fill in the Chart Set Data Source...

    docs.aspose.com/cells/go-cpp/setting-chart-appe...
  10. Path Builder – Create SVG Path – Aspose.SVG for...

    Learn how to use PathBuilder to create SVG paths using Aspose.SVG for .NET. PathBuilder makes it easier to create and manipulate SVG paths....// Sets the fill color of the path to teal 23 . Fill (Color. Teal...(p => p. Id ( "Path1" ) 12 . Fill (f => f. None ()). Stroke (Color...

    docs.aspose.com/svg/net/path-builder/