Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 12,285 for

replacement

(0.12 sec)
  1. Control External Resources using WorkbookSettin...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... The code replaces the linked image with the...the broken linked image is replaced with the Aspose Logo. Sample...

    docs.aspose.com/cells/net/control-external-reso...
  2. Найти и заменить в C#|Aspose.Words для .NET

    Найдите строку или шаблон регулярного выражения в вашем документе и замените его текстом, который вы хотите использовать. C#....Replacing пространство имен. Вы можете...можете использовать один из Replace Способы поиска или замены конкретной...

    docs.aspose.com/words/ru/net/find-and-replace/
  3. Font Substitution Issue When Converting PDF to ...

    Hello Aspose Team, I am using the latest version(25.4) of Aspose.PDF for Java to convert regular PDFs to PDF/A-3 format. In the input PDFs, the font used is Helvetica, including some text with bold styling. Since I’m w…...PDF/A-3, Helvetica is being replaced with OpenSansRegular. However...is that Helvetica should be replaced with Liberation Sans. How...

    forum.aspose.com/t/font-substitution-issue-when...
  4. .NET을 통해 열지 않고 MSG 문서 검색 | products.aspose.com

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

    products.aspose.com/email/ko/net/search/msg/
  5. Chuyển đổi PST sang MSG thông qua ứng dụng C ++...

    Mã chuyển đổi C ++ mẫu cho tài liệu PST sang định dạng MSG. Sử dụng mã ví dụ để chuyển đổi hàng loạt PST sang MSG trong bất kỳ Ứng dụng C ++ nào....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/vi/cpp/conversion/pst...
  6. C++でWordをExcelに変換する|C++の場合Aspose.Words

    PDFをExcelに変換し、XMLをExcelに変換し、DOCXをExcel C++に変換します。 C++を使用して、さまざまな形式の文書をXLSXに保存します。...object to modify the find-and-replace process. auto options = MakeObject...sensitivity while finding strings to replace. // Set the "MatchCase" flag...

    docs.aspose.com/words/ja/cpp/convert-a-document...
  7. Converteer PST naar MSG via de C++-applicatie |...

    Voorbeeld C ++ conversiecode voor PST-document naar MSG-formaat. Gebruik voorbeeldcode voor batch-conversie van PST naar MSG binnen elke C ++ -toepassing....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/nl/cpp/conversion/pst...
  8. تحويل PST إلى MSG عبر تطبيق C ++ | products.asp...

    نموذج رمز تحويل C ++ لوثيقة PST إلى تنسيق MSG. استخدم رمز المثال لتحويل PST دفعة واحدة إلى MSG داخل أي تطبيق C ++....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/ar/cpp/conversion/pst...
  9. Aspose TextFragmentAbsorber with Regular expres...

    Hi, I face the below issue in a .pdf file while using Aspose. Actaully we are converting excel file into pdf and uploading into our application. Then we need to find the content inside of { and } and also from [ to ] in …...observations, the text is being replaced. For your reference, I have...Aspose.Cells for .Net and then replaced [ ] using Aspose.Pdf for ...

    forum.aspose.com/t/aspose-textfragmentabsorber-...
  10. C++を使った範囲内のデータの検索と置換|Documentation

    この記事では、C++コードを使用してExcel内の範囲内のデータを検索し置換する方法を示します。...) break ; // Replace the cell with value replace cell . PutValue...PutValue ( u "replace" ); } while ( true ); // Save the workbook U16String...

    docs.aspose.com/cells/ja/cpp/search-and-replace...