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

color replacement

(0.38 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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/
  5. 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/
  6. How to Find & Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in pdf. I used the below sample code to get the hyperlink. Document document = new Document("c:/pdftest/TempFile.pdf"); // Traverse thro…...How to Find & Replace Hyperlinks in pdf Aspose.PDF Product...help to know How to Find & Replace Hyperlinks in pdf. I used the...

    forum.aspose.com/t/how-to-find-amp-replace-hype...
  7. Getting Headers or Footers with JavaScript via ...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the JavaScript via C++ API.... replace ( /&/g , '&amp;' ) . replace ( /</g , '&lt;'...'&lt;' ) . replace ( />/g , '&gt;' ) . replace ( /"/g , '&quot;'...

    docs.aspose.com/cells/javascript-cpp/get-header...
  8. 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...
  9. Aspose.PSD - text wrapped on shape not being ma...

    ConsoleApp1.zip (237.3 KB) Attached is example code of trying to fill in some text layers for a PSD. One of the layers - DisplayName - is wrapped on a circle. The code properly replaces the text for the layer, but it is…... The code properly replaces the text for the layer, but...is being updated. When you replace the text in a text layer, the...

    forum.aspose.com/t/aspose-psd-text-wrapped-on-s...
  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...