Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 46,982 for

color

(0.07 sec)
  1. TextConfig|Documentation

    TextConfig element is used to add one or more lines of text to the form.... Color Color Color.Black Text color. TextAlignment...

    docs.aspose.com/omr/net/programmatic-forms/text...
  2. Convert from TIFF(Tagged Image Format) to other...

    Aspose.Imaging API can easily convert from TIFF(Tagged Image Format) to other formats using Java platform...palette-color and full-color image data in several color spaces...

    products.aspose.com/imaging/java/conversion/fro...
  3. Shape.horizontal_rule_format property | Aspose....

    Shape.horizontal_rule_format property. Provides access to the properties of the horizontal rule shape... color = aspose . pydrawing . Color . blue horizontal_rule_format...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Deal with PDF Forms in Python | Aspose.PDF

    Manage PDF Forms programmatically with Python sample code using Aspose.PDF for Python via .NET....Set the color of the text box field textBoxField . color = apdf...apdf . Color . dark_green # Add the text box field to the form document...

    products.aspose.com/pdf/python-net/acroforms/
  5. Table.cell_spacing property | Aspose.Words for ...

    Table.cell_spacing property. Gets or sets the amount of space (in points) between the 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...
  6. ConditionalStyleCollection.first_row property |...

    ConditionalStyleCollection.first_row property. Gets the first row style....background_pattern_color = drawing . Color . alice_blue # 2 -...[ 0 ] . borders . color = drawing . Color . black table_style...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ConditionalStyleCollection.top_left_cell proper...

    ConditionalStyleCollection.top_left_cell property. Gets the top left cell style....background_pattern_color = drawing . Color . alice_blue # 2 -...[ 0 ] . borders . color = drawing . Color . black table_style...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartDataLabelPosition enumeration | Aspose.Wor...

    Aspose.Words.Drawing.Charts.ChartDataLabelPosition enumeration. Specifies the position for a chart data label....Show data labels and set font color. series . hasDataLabels = true...true ; dataLabels . font . color = "#FFFFFF" ; // Set data label...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Data Sorting with C++|Documentation

    Learn how to sort data by using the Aspose.Cells for C++ API....Sorting Data with Background Color Excel provides a feature to...data based on the background color. The same feature is available...

    docs.aspose.com/cells/cpp/sort-data-of-excel/
  10. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with C++ sample code using Aspose.PDF for C++...(); // Set the table border color as LightGray table -> set_Border...All , .5f , Aspose :: Pdf :: Color :: get_LightGray ())); // Set...

    products.aspose.com/pdf/cpp/table/