Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 13,305 for

replacement

(0.08 sec)
  1. 替换文本正则|Aspose.PDF for Python via .NET

    在本示例中,文档中的所有四位数字都被替换为占位符 "[NUMBER]"。这对于遮蔽敏感数据、规范化内容或匿名化文档非常有用。...通过在 ‘replace_text_strategy’ 中启用正则支持,您可以..., initialize_data_dir def replace_text_regex ( infile , outfile...

    docs.aspose.com/pdf/zh/python-net/replace-text-...
  2. 페이지의 텍스트 바꾸기|Aspose.PDF for Python via .NET

    이 예에서는 “PDF”라는 단어가 처음 나타나는 부분이 지정된 글꼴 크기를 사용하여 “페이지 1이 대체된 텍스트”로 바뀝니다....‘replace_text_strategy ‘속성을 사용하면 대체되는..., initialize_data_dir def replace_text_on_page ( infile , outfile...

    docs.aspose.com/pdf/ko/python-net/replace-text-...
  3. NodeCollection.to_array method | Aspose.Words f...

    NodeCollection.to_array method. Copies all nodes from the collection to a new array of nodes.... Examples Shows how to replace all textbox shapes with image... ShapeType . TEXT_BOX : replacement_shape = aw . drawing . Shape...

    reference.aspose.com/words/python-net/aspose.wo...
  4. WrapSide enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapSide enumeration. Specifies what side(s) of the shape or picture the text wraps around.... Examples Shows how to replace all textbox shapes with image... ShapeType . TEXT_BOX : replacement_shape = aw . drawing . Shape...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Archivo

    Archivo...replace(searchTerm, replaceTerm, ReplaceOptions)...Workbook("Workbook.xlsx") # Create replace options replace = ReplaceOptions()...

    blog.aspose.com/es/cells/find-and-replace-text-...
  6. Reemplazar texto en un libro usando expresiones...

    Reemplazar texto en un libro usando expresiones regulares con Aspose.Cells en C++....Create replace options ReplaceOptions replace ; replace . SetCaseSensitive...SetCaseSensitive ( false ); replace . SetMatchEntireCellCo ( false...

    docs.aspose.com/cells/es/cpp/replace-text-in-a-...
  7. Trova e sostituisci testo in PowerPoint usando ...

    Segui questo articolo per trovare e sostituire testo in PowerPoint usando Python. Otterrai dettagli per configurare l'IDE, un elenco di passaggi e un esempio di codice per cercare e sostituire in PowerPoint usando Python....tutorial explains how to find and replace text in PowerPoint using Python...una presentazione. Steps to replace words in PowerPoint using Python...

    kb.aspose.com/it/slides/python/find-and-replace...
  8. Trova e sostituisci testo in PowerPoint usando C#

    Questa breve guida spiega come trovare e sostituire testo in PowerPoint usando C#. Include dettagli per impostare l'IDE, un elenco di passaggi e un semplice codice per sostituire parole in PowerPoint usando C#....article explains how to find and replace text in PowerPoint using C#...steps, and sample code to replace words in PowerPoint using C#...

    kb.aspose.com/it/slides/net/find-and-replace-te...
  9. Convert Word to Excel in C++|Aspose.Words for C++

    Convert PDF to Excel, XML to Excel, DOCX to Excel C++. Save a document in various formats to XLSX using C++....xlsx" ); Find and Replace When Saving to XLSX Also using...expression in your document and replace it with the matching one you...

    docs.aspose.com/words/cpp/convert-a-document-to...
  10. 아카이브

    아카이브...Replace(String, String, ReplaceOptions)...Workbook("Excel.xlsx"); ReplaceOptions replace = new ReplaceOptions(); //...

    blog.aspose.com/ko/cells/find-and-replace-text-...