Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 6,210 for

replace text

(0.15 sec)
  1. Edit Document Content|Aspose.PDF for .NET

    Explore how to edit PDF content programmatically using the PDFContentEditor class in .NET with Aspose.PDF....file Working with Images Replace Text Working with Attachments...existing PDF file Working with Texts and Images Working with Annotations...

    docs.aspose.com/pdf/net/pdfcontenteditor-class/
  2. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first section in the document....Use a document builder to add text to the first section. let builder...settings. // We can split the text in the second section into two...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Redact DOCX Document Online or using C++ | prod...

    Open and redact DOCX document online via app for free. C++ API code to search and Replace DOCX Text....Code listed for search and replace text in DOCX file. Download Redact...Type the text to search and redact Enter the replacing text to redact...

    products.aspose.com/total/cpp/redact/docx/
  4. Redact ODS Spreadsheet Online or using C++ | pr...

    Open and redact ODS document online via app for free. C++ API code to search and Replace ODS Text....Code listed for search and replace text in ODS file. Download Redact...Type the text to search and redact Enter the replacing text to redact...

    products.aspose.com/total/cpp/redact/ods/
  5. Redact ODT Document Online or using Android Mob...

    Open and redact ODT document online via app for free. Android API code to search and Replace ODT Text with regular expression....Code listed for search and replace text in ODT file using regular...Type the text to search and redact Enter the replacing text to redact...

    products.aspose.com/total/android-java/redact/odt/
  6. 使用C++通过JavaScript将CSV转换为JSON|Documentation

    使用C++ API和易用的Aspose.Cells for JavaScript将CSV文件转换为JSON。...></ script > < script type = "text/javascript" > const { Workbook...return unsafe . replace ( /&/g , "&amp;" ) . replace ( /</g , "&lt;"...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  7. Font style automatically change from Times New ...

    Hello @alexey.noskov and Team , We observing strange behavior , when replacing tag inside table . Table tag -Replaced data font type is changing to Aptos from Times New Roman , for other font it is working fine . Be…... when replacing tag inside table . Table tag -replaced data font...using to generate table and replace tag private void InsertRowsInTable(Document...

    forum.aspose.com/t/font-style-automatically-cha...
  8. Optimize Image Management in PowerPoint with Py...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET, optimizing performance and automating your workflow.... urlopen ( "[REPLACE WITH URL]" ) . read ()) image...export . SaveFormat . PPTX ) Replace Images in the Image Collection...

    docs.aspose.com/slides/python-net/image/
  9. Section.headersFooters property | Aspose.Words ...

    Section.headersFooters property. Provides access to the headers and footers nodes of the section....docx" ); Shows how to replace text in a document’s footer....); let options = new aw . Replacing . FindReplaceOptions (); options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Table not found in World Doc - Free Support For...

    Hello Team , We are facing recently in production table is not found in Document doc object , below code we are using for finding table , It was working properly , suddenly it stop working , Can you please help on prio…...Text.Contains(tagKey)) { if (regex...(regex.IsMatch(table.Range.Text)) return table; } } return null;...

    forum.aspose.com/t/table-not-found-in-world-doc...