Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 8,030 for

fill color

(0.12 sec)
  1. Public API Changes in Aspose.Cells 8.5.2|Docume...

    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....//Create empty image and fill it with blue color int width = 800 ; int...g . setColor ( java . awt . Color . blue ); g . fillRect ( 0 ...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. ImageData.crop_top property | Aspose.Words for ...

    ImageData.crop_top property. Defines the fraction of picture removal from the top side....cropped edge will be filled by the fill color of the shape). Positive...object will define the border color as empty. self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartDataPoint Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartDataPoint class to easily format individual chart data points, enhancing your data visualization with precision....{ get; } Provides access to fill and line formatting of this...parent element shall inverts its colors if the value is negative. Marker...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 在 PS 文件中使用透明度 | Java

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加透明度的问题。了解如何在 Java 中使用该功能...PsSaveOptions(); 7 //Set page's background color to see white image on it's own...options. setBackgroundColor ( new Color(211, 8, 48)); 9 10 // Create...

    docs.aspose.com/page/zh/java/ps/working-with-tr...
  5. Manage Presentation Zoom in .NET|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for .NET — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Color = Color . Cyan ; // Creates a text...FillFormat . SolidFillColor . Color = Color . DarkKhaki ; // Create...

    docs.aspose.com/slides/net/manage-zoom/
  6. Ai to Png|Documentation

    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....compression and change the Color Type of the Png File. Png Options...Postscript primitives with different fill and stroke with any custom weight...

    docs.aspose.com/psd/net/ai-to-png/
  7. Table.alignment property | Aspose.Words for Nod...

    Table.alignment property. Specifies how an inline table is aligned in the document....true ); // Fill the cells with a light green solid color. table ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TableAlignment enumeration | Aspose.Words for N...

    Aspose.Words.Tables.TableAlignment enumeration. Specifies alignment for an inline table....true ); // Fill the cells with a light green solid color. table ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Add Ellipse Object to PDF file|Aspose.PDF for C++

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for C++....feature to fill ellipse object with a certain color. void ExampleEllipse...BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...

    docs.aspose.com/pdf/cpp/add-ellipse/
  10. Manage Presentation Zoom in C++|Aspose.Slides D...

    Create and customize Zoom with Aspose.Slides for C++ — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....SharedPtr < ISlide > slide , Color color ) { slide -> get_Background...get_SolidFillColor () -> set_Color ( color ); slide -> get_Background...

    docs.aspose.com/slides/cpp/manage-zoom/