Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 46,430 for

color

(0.13 sec)
  1. 如何添加数据条条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用 Data Bars 条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...pydrawing import Color from datetime import datetime...get_format_condition ( "E3:G4" , Color . light_green ) idx = conds...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  2. DocumentBuilder.InsertHyperlink | Aspose.Words ...

    Enhance your documents with DocumentBuilder's InsertHyperlink method, effortlessly adding clickable links for improved navigation and user engagement.... Color = Color . Blue ; builder . Font...builder . Font . Color . ToArgb (), Is . EqualTo ( Color . Blue . ToArgb...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Aspose.PSD for Python via .NET 24.11 - Release ...

    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....Color P:Aspose.PSD.FileFormats.Psd...() new_fill_settings . color = Color . red fill_layer . fill_settings...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Python를 사용하여 PDF 양식을 처리하기 https://products.aspose.com/pdf/ko/python-net/acroforms/ Recent content in Python를 사용하여 PDF 양식을 처리하기 on Aspsoe.PDF Pr......net-color { background-color: #A4C547; } .java-color { background-color:...background-color: #E14544; } .cpp-color { background-color: #0C5BA3;...

    products.aspose.com/pdf/ko/python-net/acroforms...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – เพิ่ม ย้าย หรือลบหน้าใน PDF โดยใช้ Java https://products.aspose.com/pdf/th/java/pages/ Recent content in เพิ่ม ย้าย หรือลบหน้าใน PDF โดยใช้ Jav......net-color { background-color: #A4C547; } .java-color { background-color:...background-color: #E14544; } .cpp-color { background-color: #0C5BA3;...

    products.aspose.com/pdf/th/java/pages/index.xml
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – เพิ่ม รับ หรือลบลายน้ำใน PDF โดยใช้ C# https://products.aspose.com/pdf/th/net/watermark/ Recent content in เพิ่ม รับ หรือลบลายน้ำใน PDF โดยใช้ ......net-color { background-color: #A4C547; } .java-color { background-color:...background-color: #E14544; } .cpp-color { background-color: #0C5BA3;...

    products.aspose.com/pdf/th/net/watermark/index.xml
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – เพิ่ม ย้าย หรือลบหน้าใน PDF โดยใช้ C++ https://products.aspose.com/pdf/th/cpp/pages/ Recent content in เพิ่ม ย้าย หรือลบหน้าใน PDF โดยใช้ C++ o......net-color { background-color: #A4C547; } .java-color { background-color:...background-color: #E14544; } .cpp-color { background-color: #0C5BA3;...

    products.aspose.com/pdf/th/cpp/pages/index.xml
  8. ShadowFormat.Transparency | Aspose.Words for .NET

    ShadowFormat.Transparency property sets shadow effect transparency from 0 opaque to 1 clear in Aspose.Words documents....Examples Shows how to set a color with transparency. Document...Document ( MyDir + "Shadow color.docx" ); Shape shape = ( Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  9. MultiPageLayout.BackColor | Aspose.Words for .NET

    Sets the background Color of the output image when rendering multiple pages together....Gets or sets the background color of the output. The default is...is Empty. public Color BackColor { get ; set ; } See Also class...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Convert RGB to HEX in Python

    This concise guide explains the essentials of transforming RGB to HEX in Python. It presents a structured sequence of actions along with a practical code example to convert RGB to HEX in Python....can also be extended to other color formats in imagery by calculating...HEX format Instantiate the Color class to read and process the...

    kb.aspose.com/svg/python/convert-rgb-to-hex-in-...