Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 46,431 for

color

(0.35 sec)
  1. ListLevelCollection class | Aspose.Words for Py...

    aspose.words.lists.ListLevelCollection class. A collection of list formatting for each level in a list... color = aspose . pydrawing . Color . red list_level...list_level . font . color = aspose . pydrawing . Color . blue list_level...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 用 JavaScript 结合 C++ 添加图标到工作表|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....const { Workbook , SaveFormat , Color } = AsposeCells ; AsposeCells...resultDiv . innerHTML = '<p style="color: red;">Please select an Excel...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  3. TableStyle.left_padding property | Aspose.Words...

    TableStyle.left_padding property. Gets or sets the amount of space (in points) to add to the left of the contents of table cells....background_pattern_color = aspose . pydrawing . Color . antique_white...table_style . borders . color = aspose . pydrawing . Color . blue table_style...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 入门|Documentation

    如何安装 Aspose Cells for Go via C++ 并创建“Hello World”应用程序。...BackgroundType_Solid ) color , _ := NewColor () color . Set_Color_R ( uint8...uint8 ( 255 )) color . Set_Color_G ( uint8 ( 128 )) style . SetForegroundColor...

    docs.aspose.com/cells/zh/go-cpp/getting-started/
  5. Add Caret Annotation|Aspose.PDF for Python via ...

    This example loads an existing PDF, adds a caret annotation to the first page, and saves the modified document. The annotation includes a red caret symbol and descriptive comment text....area, symbol, note text, and color. Create the PdfContentEditor...Annotation text Annotation color Add the Caret Annotation. Save...

    docs.aspose.com/pdf/python-net/add-caret-annota...
  6. Add Custom Action Link|Aspose.PDF for Python vi...

    This example binds an input PDF, adds a custom action link on the first page, and saves the modified document. An empty action list is used for simplicity, but real implementations can include actual actions....specifying the page, rectangle, color, and actions. Create a PdfContentEditor...Specifie the page number and link color. Assign custom actions (empty...

    docs.aspose.com/pdf/python-net/add-custom-actio...
  7. Table.StyleName | Aspose.Words for .NET

    Discover the Table StyleName property to easily customize your table's appearance. Enhance your design with unique table style options today!...BackgroundPatternCol = Color . AntiqueWhite ; tableStyle . Borders . Color = Color...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Add Text stamps in PDF programmatically|Aspose....

    Add a text stamp to a PDF file using the TextStamp class with PHP....size, font style, and font color etc for stamp object. In order...$document -> getPages (); $colors = new Color (); // create text stamp...

    docs.aspose.com/pdf/php-java/text-stamps-in-the...
  9. Working with Content Control SDT in Java|Aspose...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using Java....and Border Colors The StructuredDocumentTa.Color property allows...get or set the color of content control. The color affects content...

    docs.aspose.com/words/java/working-with-content...
  10. 如何更改 HTML 中的文本颜色?C# 示例

    使用 C# Aspose.HTML 示例,您将学会如何使用内联和内部 CSS 更改 HTML 文件中的文本颜色。...CSS 更改文本颜色 您可以使用 style 属性的 color 属性在 HTML 标签内更改文本颜色。这就是所谓的内联...html 文件中为 HTML <p> 元素指定 CSS color 属性。只需几步 加载现有的 HTML 文件。 例如,查找第一个段落元素以设置样式属性。使用...

    docs.aspose.com/html/zh/net/how-to-articles/how...