Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 1,632 for

stroke color

(0.08 sec)
  1. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java.... ColorMode Specifies how colors are rendered. ColorPrintMode...non-colored pages are printed if the device supports color printing...

    reference.aspose.com/words/java/com.aspose.words/
  2. Add Watermark in Document|Aspose.Words for Java

    Add a watermark into a document easily and fast instead of using docx4j.... setColor ( Color . GRAY ); // Try LightGray to...watermark . setStrokeColor ( Color . GRAY ); // Try LightGray to...

    docs.aspose.com/words/java/add-watermark-in-doc...
  3. Convert Vector Image to Vectorized PSD Image in...

    Aspose.Imaging offers seamless export capabilities for vector images to PSD format, preserving their integrity and enabling smooth transitions between graphic editing software. C# Image Processing Library can be used to convert vector images to vectorized PSD as shown in the C# code example....individual pixels and their colors, vector images consist of graphical...brushes and open shapes with strokes. This commitment to continuous...

    docs.aspose.com/imaging/net/developer-guide/how...
  4. Aspose::Words::Drawing::ShapeBase::get_CoordSiz...

    Aspose::Words::Drawing::ShapeBase::get_CoordSize method. The width and height of the coordinate space inside the containing block of this shape in C++....Shape , 0 , true ))) -> get_Stroke () -> set_DashStyle ( Aspose...set_FillColor ( System :: Drawing :: Color :: get_Red ()); group -> AppendChild...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::ShapeBase::get_CoordOri...

    Aspose::Words::Drawing::ShapeBase::get_CoordOrigin method. The coordinates at the top-left corner of the containing block of this shape in C++....Shape , 0 , true ))) -> get_Stroke () -> set_DashStyle ( Aspose...set_FillColor ( System :: Drawing :: Color :: get_Red ()); group -> AppendChild...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java....isDeep) getColor() Gets the color of the structured document tag...control. setColor(Color value) Sets the color of the structured...

    reference.aspose.com/words/java/com.aspose.word...
  7. 在 PS 文件中使用纹理 | Java

    如何在 PS 文件中添加纹理图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能...Stroke 类的对象(用于描边)分别传递给相应的方法。 Aspose...awt.Paint 的重要类。这些是 java.awt.Color 、 java.awt.TexturePaint 、 java...

    docs.aspose.com/page/zh/java/ps/working-with-te...
  8. What is an SVG File? – Pros, Cons, XML Code

    Learn more about SVG files with Aspose.SVG. SVGs can be resized without losing resolution, making them ideal for online graphics and web design....defines all the shapes, paths, colors, and text that make up the...circles of different sizes and colors with one center: Copy 1 < svg...

    docs.aspose.com/svg/net/what-is-an-svg-document/
  9. Rendition with layer effects - Free Support For...

    Is it possible to create a rendition of a layer with the layer effects applied?...GradientColorPoint(Color.getRed(), 0, 50), new GradientColorPoint(Color.getGreen()...50), new GradientColorPoint(Color.getBlue(), 2048, 50) }; GradientTransparency...

    forum.aspose.com/t/rendition-with-layer-effects...
  10. 使用运算符|Aspose.PDF for Java

    本主题解释了如何使用 Aspose.PDF 的运算符。运算符类为 PDF 操作提供了强大的功能。...operators = new Operator [] { new Stroke (), new ClosePathStroke ()...doc = new Document ( "input_color.pdf" ); OperatorCollection contents...

    docs.aspose.com/pdf/zh/java/operators/