Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,461 for

stroke color

(0.08 sec)
  1. Navigate SVG – Aspose.SVG for Python via .NET

    Learn how to inspect SVG using Python, iterate through SVG elements, and navigate through SVG using CSS Selector or XPath....Attribute: style = stroke - width:5; stroke:FireBrick 8 Element...Attribute: style = stroke - width:10; stroke:DarkCyan 15 Element...

    docs.aspose.com/svg/python-net/navigate-svg/
  2. Working with Clips in PS file| Python

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python...a 1 bpp (bits per pixel) 2-color image as a stencil mask. Currently...place of the filled rectangle. Stroke with a dashed line the bounds...

    docs.aspose.com/page/python-net/ps/working-with...
  3. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape textbox freeform OLE object ActiveX control or picture in Java....getFillColor() Defines the brush color that fills the closed path of...TEXTBOX . getStroke() Defines a stroke for a shape. getStrokeBackThemeCo()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Shape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Shape class for creating versatile drawing objects like AutoShapes, text boxes, and images effortlessly in your projects....get; set; } Defines the brush color that fills the closed path of...Returns Textbox. Stroke { get; } Defines a stroke for a shape. StrokeColor...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 在 PDF C# 中添加文本印章|Aspose.PDF for .NET

    使用 TextStamp 类将文本印章添加到 PDF 文档中,使用 Aspose.PDF for .NET 库。... Color . Aqua ; // Add stamp to particular...// Set color for stroke textState . StrokingColor = Color . Gray...

    docs.aspose.com/pdf/zh/net/text-stamps-in-the-p...
  6. What's new|Aspose.Words for Java

    Aspose.Words for Java expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product.... Color control for shadow formatting...documents by accessing shadow colors. Performance boost for background...

    docs.aspose.com/words/java/what-s-new-in-aspose...
  7. ShapeBase.Bounds | Aspose.Words for .NET

    Discover the ShapeBase Bounds property to effortlessly manage your shape's location and size, enhancing your design precision and efficiency.... StrokeColor = Color . Orange ; // Even though the...NodeType . Shape , 0 , true )). Stroke . DashStyle = DashStyle . Dash...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Convert SVG to BMP – Java Code and Online Conve...

    Sample Java code for SVG to BMP conversion. Use this example code to convert SVG to BMP within any Web or Desktop Java based application...cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red'...both monochrome as well as color format with various colour depths...

    products.aspose.com/html/java/conversion/svg-to...
  9. Using XPS graphic utilities | Java

    Learn how to easily generate images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for Java...appearance properties - brushes, stroke pattern, opacity, etc. Copy...(doc. createSolidColorBrus (Color. GREEN )); 14 doc. add (path);...

    docs.aspose.com/page/java/xps/graphic-utilities/
  10. Using XPS graphic utilities | C++

    Discover how to easily create images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for C++...appearance properties - brushes, stroke pattern, opacity, etc. Copy...CreateSolidColorBrus(System::Drawing::Color::get_Green())); 21 doc -> Add...

    docs.aspose.com/page/cpp/xps/graphic-utilities/