Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 11,907 for

fill

(0.07 sec)
  1. Setting Conditional Formatting for Report Item|...

    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....less than 1000 with light red fill and dark red text. Format cells...than 1000 with light yellow fill and dark yellow text. Set additional...

    docs.aspose.com/cells/reportingservices/setting...
  2. Create AcroForm - Create Fillable PDF in Python...

    With Aspose.PDF for Python you may create a form from scratch in your PDF file...save ( path_outfile ) Fill AcroForm - Fill PDF Form using Python...

    docs.aspose.com/pdf/python-net/create-form/
  3. 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...
  4. Color not set correctly for copied shapes - Fre...

    TestDiagram.zip (459.0 KB) I’m trying to create a list of shapes based on a shape in an existing document. I’m getting the shapes created and labeled, but every other shape is Filled incorrectly. If you resize any of …...labeled, but every other shape is filled incorrectly. If you resize...I’ve also tried setting the fill color explicitly, but get the...

    forum.aspose.com/t/color-not-set-correctly-for-...
  5. 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/
  6. Working with Fonts in Java|Aspose.Words for Java

    Font formatting in details using Java....how to set font formatting: Fill properties now are also available...available for fonts to set fill formatting of text. It gives an...

    docs.aspose.com/words/java/working-with-fonts/
  7. 变换矩阵 – SVG 代码示例 – Transformation Matrix

    了解如何使用变换矩阵来旋转、缩放、平移和倾斜 SVG 图形,并考虑 SVG 变换的代码示例。...org/2000/svg" > 2 < g fill = "none" > 3 <!-- no translation...ty 在代码示例中, <g> 元素用于将圆圈分组在一起。 fill 属性在 <g> 内应用于所有形状一次。这是生成的图像:...

    docs.aspose.com/svg/zh/net/drawing-basics/trans...
  8. Working with Text in PostScript | C++

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...For using system fonts we just fill or outline a text with native...PsSaveOptions, then fetch . And finally fill or outline text with this DrFont...

    docs.aspose.com/page/cpp/ps/working-with-text/
  9. ShapeLineStyle enumeration | Aspose.Words for P...

    aspose.words.drawing.ShapeLineStyle enumeration. Specifies the compound line style of a [Shape](../shape/).... # 1 - The fill, which applies to the area within...outline of the shape: shape . fill . fore_color = aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...