Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,547 for

color replacement

(0.2 sec)
  1. Managing Ranges with C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.Cells with C++. Create, modify, and style ranges programmatically.... SetForegroundColor ( Color :: Red ()); range . Get ( 0...style32 . SetForegroundColor ( Color :: Green ()); range . Get (...

    docs.aspose.com/cells/cpp/managing-ranges/
  2. Managing Ranges with Node.js via C++|Documentation

    Learn how to manage ranges in Excel using Aspose.Cells for Node.js via C++. Create ranges, set values, styles, and perform various operations.... Color ( 255 , 0 , 0 )); // Red range...setForegroundColor ( new AsposeCells . Color ( 0 , 255 , 0 )); // Green range...

    docs.aspose.com/cells/nodejs-cpp/managing-ranges/
  3. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for JavaScript via C++.... innerHTML = '<p style="color: green;">Workbook created successfully...Name with JavaScript via C++ Replace tag with text in a textbox...

    docs.aspose.com/cells/javascript-cpp/create-tex...
  4. FieldTA.LongCitation | Aspose.Words for .NET

    Manage your FieldTA LongCitation property effortlessly. Easily get or set long citations for entries, enhancing your data organization and accessibility.... We can replace it with any text we put on...true ; builder . Font . Color = Color . Green ; builder . Font...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldToa.SequenceName | Aspose.Words for .NET

    Discover the FieldToa SequenceName property to easily manage sequence names and enhance page numbering in your applications. Optimize your workflow today!... We can replace it with any text we put on...true ; builder . Font . Color = Color . Green ; builder . Font...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Get and Search Images in PDF|Aspose.PDF for Pyt...

    Learn how to search and get images from the PDF document in Python using Aspose.PDF....image color type using ‘image_placement.image.get_color_type()’...image_placements : # Determine the color type of the image colorType...

    docs.aspose.com/pdf/python-net/search-and-get-i...
  7. FieldTA.is_bold property | Aspose.Words for Python

    FieldTA.is_bold property. Gets or sets whether to apply bold formatting to the page number for the entry.... We can replace it with any text we put on...builder . font . color = aspose . pydrawing . Color . green builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldToa.sequence_name property | Aspose.Words ...

    FieldToa.sequence_name property. Gets or sets the name of a sequence whose number is included with the page number.... We can replace it with any text we put on...builder . font . color = aspose . pydrawing . Color . green builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldToa.bookmark_name property | Aspose.Words ...

    FieldToa.bookmark_name property. Gets or sets the name of the bookmark that marks the portion of the document used to build the table.... We can replace it with any text we put on...builder . font . color = aspose . pydrawing . Color . green builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extarct content from Excel and populate in word...

    I am extracting content from an Excel sheet and inserting it into a Word document using the following method: private static void InsertHtmlTable(DocumentBuilder builder, Workbook workbook, Worksheet worksheet, Range ra…...Replace("<table", "<table style='width:100%;'");...preserving all formatting, including colors, and then insert that image...

    forum.aspose.com/t/extarct-content-from-excel-a...