Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 46,920 for

color

(0.16 sec)
  1. Manage Presentation Accessibility on Android|As...

    Discover how Aspose.Slides for Android via Java helps automate presentation accessibility checks in PPT, PPTX and ODP files—enhance screen reader experience and boost compliance....informative visuals, sufficient color contrast, readable typography...avoiding conveying meaning by color or position alone. When accessibility...

    docs.aspose.com/slides/androidjava/presentation...
  2. Add Line Object to PDF file|Aspose.PDF for Java

    This article explains how to create a line object to your PDF using Aspose.PDF for Java....also specify the dash pattern, color and other formatting for Line...object that is filled with color. public static void ExampleLine...

    docs.aspose.com/pdf/java/add-line/
  3. ChartTitle.Text | Aspose.Words for .NET

    Customize your chart title effortlessly! Set or get the ChartTitle Text property for a personalized touch. Auto-generate titles when needed.... Color = Color . Blue ; // Set the "Show"...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...CreateStyle (); // Set the Style fill color to Yellow st . SetPattern (...); st . SetForegroundColor ( Color :: Yellow ()); // Create a workbook...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  5. PDF E‑Signature API | Aspose.PDF

    Adding digital signature to PDF documents with free cross-platform Apps and High Code APIs for any platform....ForegroundColor = Color . FromRgb ( System . Drawing . Color . Aqua );...

    products.aspose.com/pdf/signature/
  6. Issue with Data Label Borders in Charts – PPTX ...

    Hi Aspose Team, I’ve encountered an issue where data labels in charts begin to show borders unexpectedly under certain conditions. Specifically, this happens when: Saving the file after making changes Duplicating a sl…...setColor(new Color(103, 88, 149)); seriesB.getDataPoints()...getSolidFillColor().setColor(new Color(70, 151, 226)); seriesF.getDataPoints()...

    forum.aspose.com/t/issue-with-data-label-border...
  7. BorderCollection.bottom property | Aspose.Words...

    BorderCollection.bottom property. Gets the bottom border....to apply border and shading color while building a table. let...Start a table and set a default color/thickness for its borders. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Create or Add Table In PDF|Aspose.PDF for Java

    Discover how to add a table to an existing PDF document in Java using Aspose.PDF, enabling structured data presentation....(); // Set the table border color as LightGray table . setBorder...( BorderSide . All , . 5f , Color . getLightGray ())); // set...

    docs.aspose.com/pdf/java/add-table-in-existing-...
  9. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for Java,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝的幻灯片自动化。... setColor ( Color . RED ); cell . getCellFormat...getSolidFillColor (). setColor ( Color . RED ); cell . getCellFormat...

    docs.aspose.com/slides/zh/java/manage-cells/
  10. Replace Text On Page With State|Aspose.PDF for ...

    In this example, all occurrences of the word "software" on page 1 are replaced with "SOFTWARE PAGE 1", using red text with a font size of 12....formatting changes such as color or font size. Using TextState...text_state . foreground_color = ap . Color . red text_state . font_size...

    docs.aspose.com/pdf/python-net/replace-text-on-...