Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 36,498 for

color

(0.13 sec)
  1. Underline enumeration | Aspose.Words for Python

    aspose.words.Underline enumeration. Indicates type of the underline applied to a font.... color = aspose . pydrawing . Color . blue builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。... color = ap . Color . blue document . pages...freeTextAnnotation . color = ap . Color . light_green document...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  3. GradientStop.position property | Aspose.Words f...

    GradientStop.position property. Gets or sets a value representing the position of a stop within the gradient expressed as a percent in range 0.0 to 1.0.... color = "#00FFFF" ; gradientStops...( gradientStops . at ( 0 ). color ). toEqual ( "#00FFFF" ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex documents that contain images, text fragments, and tables in one document.... Color . dark_slate_gray ) table ....BorderSide . BOX , 0.5 , apdf . Color . black ) table . default_cell_padding...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  5. CellFormat.vertical_alignment property | Aspose...

    CellFormat.vertical_alignment property. Returns or sets the vertical alignment of text in the cell....background_pattern_color = aspose . pydrawing . Color . green_yellow...row_format . borders . color = aspose . pydrawing . Color . orange builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to Add Circle in PDF using Java

    This article describes how to add circle in PDF using Java. It contains the information to establish the environment, steps to write the program and a sample code to insert circle in PDF using Java....circle properties like its color Create a Graph object and add...a circle is created and its color is set that is followed by the...

    kb.aspose.com/pdf/java/how-to-add-circle-in-pdf...
  7. Aspose.Cells Product Family

    Find answers about creating, editing, and converting, Excel spreadsheets without requiring Microsoft Excel....Apply Excel Color Themes in Java Apply Excel Color Themes using...Theme with Node.js Apply Excel Color Themes in Python Add Module...

    kb.aspose.com/cells/page/3/
  8. 用C++设置工作表标签颜色|Documentation

    本文演示使用C++ API或库编程设置Excel工作表标签颜色的示例代码。...the tab color to red worksheet . SetTabColor ( Color :: Red ());...std :: cout << "Worksheet tab color set successfully!" << std ::...

    docs.aspose.com/cells/zh/cpp/set-worksheet-tab-...
  9. 现代 API|Aspose.Slides 文档

    现代 API...:Drawing::Color background, System::Drawing::Color foreground)...GetTile(System::Drawing::Color background, System::Drawing::Color foreground)...

    docs.aspose.com/slides/zh/cpp/modern-api/
  10. Add Table to PDF using Java | Aspose.PDF

    Adding table in PDF file programmatically with Java sample code using Aspose.PDF for Java... Table (); he table border color as LightGray table . setBorder...( BorderSide . All , . 5f , Color . getLightGray ())); he border...

    products.aspose.com/pdf/java/table/add/