Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 9,061 for

replacement

(0.04 sec)
  1. FindReplaceOptions.LegacyMode | Aspose.Words لـ...

    اكتشف خاصية FindReplaceOptions LegacyMode لتبديل خوارزمية البحث/الاستبدال الكلاسيكية بسهولة لتحسين الوظائف وتجربة مستخدم سلسة.... Replace ( regex , @"$2 took money from...مساحة الاسم Aspose.Words.Replacing المجسم Aspose.Words FindReplaceOptions...

    reference.aspose.com/words/ar/net/aspose.words....
  2. 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...
  3. How to Migrate to Aspose.Cells 7.0.0 or Higher|...

    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....collection classes now and have replaced them with existing collection...Worksheets class has been replaced with WorksheetCollection ...

    docs.aspose.com/cells/java/how-to-migrate-to-as...
  4. ReplacingArgs.MatchNode | Aspose.Words för .NET

    Upptäck egenskapen ReplaceingArgs MatchNode för att enkelt komma åt noden där din matchning börjar, vilket förbättrar din kodningseffektivitet och noggrannhet.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]"...ReplaceAction IReplacingCallback . Replacing ( ReplacingArgs args ) { Document...

    reference.aspose.com/words/sv/net/aspose.words....
  5. Aspose.Words Features Missing in Open XML SDK|A...

    Perform some operations with documents faster and more conveniently than Open XML SDK. In addition, there are operations that are not supported by OpenXML using C#....article Find and Replace The Find and Replace article Updating...

    docs.aspose.com/words/net/missing-features-in-o...
  6. Substituir Imagem em Arquivo PDF Existente usan...

    Esta seção descreve como substituir uma imagem em um arquivo PDF existente usando a biblioteca ++....Contents [ Hide ] O método Replace da coleção Images permite que...get_Resources () -> get_Images () -> Replace ( 1 , System :: IO :: File...

    docs.aspose.com/pdf/pt/cpp/replace-image-in-exi...
  7. 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...
  8. Aspose::Words::VariableCollection::idx_get meth...

    Aspose::Words::VariableCollection::idx_get method. Gets or a sets a document variable by the case-insensitive name. null values are not allowed as a right hand side of the assignment and will be replaced by empty string in C++....the assignment and will be replaced by empty string. System ::...the assignment and will be replaced by empty string. System ::...

    reference.aspose.com/words/cpp/aspose.words/var...
  9. C++ 애플리케이션을 통해 PST를 MSG로 변환 | products.aspose.com

    PST 문서를 MSG 형식으로 변환하는 샘플 C++ 변환 코드입니다.모든 C++ 응용 프로그램 내에서 PST에서 MSG로 일괄 변환하려면 예제 코드를 사용하세요....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/ko/cpp/conversion/pst...
  10. C# での検索と置換|.NET用Aspose.Words

    文書内で文字列または正規表現パターンを検索し、C# を使用して必要なテキストに置き換えます。... {#ways-to-find-and-replace} を検索して置換する方法 Aspose.Words では、次の...Aspose.Words は、 Aspose.Words.Replacing 名前空間を使用して検索と置換の機能を提供します。 FindReplaceOptions...

    docs.aspose.com/words/ja/net/find-and-replace/