Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 8,033 for

fill color

(0.36 sec)
  1. PDF Forms. Manage via C++ | Aspose.PDF

    Manage PDF Forms programmatically with C++ sample code using Aspose.PDF for C++....Extract data from Acroforms Fill PDF forms progammatically How...textBoxField -> set_Color ( Aspose :: Pdf :: Color :: get_Green ());...

    products.aspose.com/pdf/cpp/acroforms/
  2. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#.... Fill . Color = System . Drawing . Color . Gray ; //...StrokeColor = System . Drawing . Color . Gray ; // Try LightGray to...

    docs.aspose.com/words/net/add-watermark/
  3. 在 Python 中管理图表数据系列|Aspose.Slides for Python 文档

    了解如何在Python中管理PowerPoint(PPT/PPTX)图表数据系列,提供实用代码示例和最佳实践,以提升数据演示效果。...pydrawing as draw series_color = draw . Color . blue with slides ...[ 0 ] series . format . fill . fill_type = slides . FillType...

    docs.aspose.com/slides/zh/python-net/chart-series/
  4. Manage Presentation Zoom on Android|Aspose.Slid...

    Create and customize Zoom with Aspose.Slides for Android via Java — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... setColor ( Color . cyan ); // Creates a text...getSolidFillColor (). setColor ( Color . darkGray ); // Create a text...

    docs.aspose.com/slides/androidjava/manage-zoom/
  5. 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...path and use it to clip a blue-filled rectangle within the same graphics...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  6. Manage Picture Frames in Presentations on Andro...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java. Streamline your workflow and enhance slide designs....object that will be used to fill the shape. Specify the image’s...object that will be used to fill the shape. Specify the image’s...

    docs.aspose.com/slides/androidjava/picture-frame/
  7. TableAlignment | Aspose.Words for Java

    Specifies alignment for an inline table in Java....5, Color.GREEN, true); table.setBorder(BorderType...RIGHT, LineStyle.SINGLE, 1.5, Color.GREEN, true); table.setBorder(BorderType...

    reference.aspose.com/words/java/com.aspose.word...
  8. Create and Apply WordArt Effects on Android|Asp...

    Create and customize WordArt effects in Aspose.Slides for Android. This step-by-step guide helps developers enhance presentations with professional text in Java....can outline a text or fill it with a color (or gradient), add 3D...apply the SmallGrid pattern color to the text and add a 1-width...

    docs.aspose.com/slides/androidjava/wordart/
  9. 在 PostScript 中使用填充图案 | .NET

    如何在 PS 文件中添加填充图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 .NET 中使用该功能...square 28 Pen pen = new Pen(Color. Black , 2); 29 30 //For every...HatchBrush(hatchStyle, Color. Black , Color. White )); 35 36 //Calculate...

    docs.aspose.com/page/zh/net/ps/working-with-hat...
  10. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++....also specify the dash pattern, color and other formatting for Line...Rectangle object that is filled with color. void AddLineObjectToPDF...

    docs.aspose.com/pdf/cpp/add-line/