Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 45,427 for

color

(0.14 sec)
  1. RowFormat.clear_formatting method | Aspose.Word...

    RowFormat.clear_formatting method. Resets to default row formatting....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...
  2. How to add Circle Annotation using C++ | Aspose...

    Add Circle annotations programmatically in PDF with C++ sample code on any platform with C++ language...Smith" , Color = Color . Red , InteriorColor = Color . MistyRose...

    products.aspose.com/pdf/cpp/annotation/circle/add/
  3. 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/
  4. Add Rectangles to Presentations in Python|Aspos...

    Boost your PowerPoint & OpenDocument presentations by adding rectangles with Aspose.Slides for Python via .NET—easily design and modify shapes programmatically....Set the Color of the Rectangle using SolidFillColor.Color property...the IShape object. Set the Color of the lines of the Rectangle...

    docs.aspose.com/slides/python-net/rectangle/
  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 = aspose . pydrawing . Color . alice_blue...] . borders . color = aspose . pydrawing . 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 = aspose . pydrawing . Color . alice_blue...] . borders . color = aspose . pydrawing . 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. DocumentBuilder.Underline | Aspose.Words for .NET

    Discover DocumentBuilder's Underline property to easily customize font styles. Enhance your documents with versatile underline options for a professional look.... Color = Color . Blue ; builder . Font...

    reference.aspose.com/words/net/aspose.words/doc...
  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/