Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 12,672 for

replacement

(0.29 sec)
  1. ابحث عن النص واستبدله في مستند EML عبر .NET | p...

    كود مصدر C # لتنقيح المعلومات الحساسة في ملف EML على .NET Framework و.NET Core ومنصات Xamarin....Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...message is HTML. //Then replacement would be in HtmlBody rather...

    products.aspose.com/email/ar/net/redaction/eml/
  2. Vyhledávání dokumentu MBOX bez otevření přes .N...

    Zdrojový kód C# pro vyhledávání slov se vzorem v souboru MBOX na platformě.NET Framework, .NET Core a Xamarin....Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...of message is HTML. Then replacement would be in HtmlBody rather...

    products.aspose.com/email/cs/net/search/mbox/
  3. Работа с GridJs на стороне сервера|Documentation

    Эта статья описывает, как использовать API в GridJs .... replace ( '/' , '.' )). toString ();...(), "streamcache" , uid . replace ( '/' , '.' )). toString ();...

    docs.aspose.com/cells/ru/java/aspose-cells-grid...
  4. Arbeiten mit GridJs Server Side|Documentation

    In diesem Artikel wird beschrieben, wie man APIs in GridJs verwendet.... replace ( '/' , '.' )). toString ();...(), "streamcache" , uid . replace ( '/' , '.' )). toString ();...

    docs.aspose.com/cells/de/java/aspose-cells-grid...
  5. Redact PPT Presentation Online or using C++ | p...

    Open and redact PPT document online via app for free. C++ API code to search and replace PPT text....Code listed for search and replace text in PPT file. Download...search and redact Enter the replacing text to redact with Press...

    products.aspose.com/total/cpp/redact/ppt/
  6. .NET을 통해 열지 않고 OST 문서 검색 | products.aspose.com

    .NET Framework, .NET Core 및 Xamarin 플랫폼의 OST 파일에서 패턴이 있는 단어를 검색하는 C# 소스 코드입니다.... 메시지 본문의 Replace 메서드를 사용합니다. 메시지 저장 시스템 요구 사항...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...

    products.aspose.com/email/ko/net/search/ost/
  7. Integrating Excel Data into PowerPoint Presenta...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations.... Paragraphs ; // Replace placeholders with data from...]. Portions [ 0 ]. Text . Replace ( "{{EmployeeName}}" , employeeName...

    docs.aspose.com/slides/net/developer-guide/tech...
  8. Архів

    Архів...Після цього викличте метод replace(). Він приймає рядок пошуку...допомогою методу Replace. doc.range.replace("Aspose.Words", "Hello"...

    blog.aspose.com/uk/words/python-ms-word-automat...
  9. Archival scanning and OCR|Documentation

    Automatically tag images based on their content, organize them into archives, and reduce file size to save disk space.... Replace ( "\n" , "" ); this . Date...= recognitionAreas [ 0 ]. Replace ( "\n" , "" ); this . BillTo...

    docs.aspose.com/ocr/net/archival-scanning/
  10. 찾기 및 바꾸기 C++|Aspose.Words 에 대한 C++

    문서에서 문자열 또는 정규식 패턴을 찾아 사용할 텍스트로 바꿉니다 C++....방법을 제공합니다: Simple string replacement -찾아 다른 특정 문자열을 대체하려면,당신은...다음과 같이 표시합니다. Aspose.Words.Replacing 네임스페이스 다음을 사용하여 찾기 및 바꾸기 프로세스...

    docs.aspose.com/words/ko/cpp/find-and-replace/