Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 46,368 for

color

(0.85 sec)
  1. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for JavaScript via C++ API.... innerHTML = '<p style="color: red;">Please select an Excel...'result' ). innerHTML = '<p style="color: green;">Row inserted successfully...

    docs.aspose.com/cells/javascript-cpp/inserting-...
  2. 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/
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Create Rubber Stamp With Appearance Stream|Aspo...

    This example loads a PDF, creates a rubber stamp on page 1 using an image file for its appearance, and saves the modified document. ✨... Apply text and color settings. Save the updated PDF...custom appearance" , apd . Color . dark_green , image_file ,...

    docs.aspose.com/pdf/python-net/create-rubber-st...
  8. ChartDataTable.HasOutlineBorder | Aspose.Words ...

    Discover the ChartDataTable HasOutlineBorder property, control the display of outline borders around series and category names for enhanced data clarity.... Color = Color . DarkBlue ; doc . Save...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Layout::RevisionOptions::get_Ins...

    Aspose::Words::Layout::RevisionOptions::get_InsertedTextColor method. Allows to specify the Color to be used for inserted content Insertion. Default value is ByAuthor in C++....method Allows to specify the color to be used for inserted content...a revision, then change the color of all revisions to green. builder...

    reference.aspose.com/words/cpp/aspose.words.lay...
  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/