Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 12,131 for

replacement

(0.1 sec)
  1. Get Inline Error Message - Free Support Forum -...

    Using ReportingEngine to build Word reports with inline error detection enabled via ReportBuildOptions.InlineErrorMessages. Issue: In some cases, especially with complex expressions (e.g., comparing nullable numbers to …...Replace with FindReplaceOptions.ReplacingCallback...IReplacingCallback that skips replacing and only stores error text...

    forum.aspose.com/t/get-inline-error-message/315601
  2. 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....
  3. Working with Images in PDF|Aspose.PDF for Java

    This section describes the features of working with images in a PDF file using Java library....allow you to set image size, replace images, extract images, search...images on all pages with Java. Replace Image in Existing PDF File...

    docs.aspose.com/pdf/java/working-with-images/
  4. Getting an Error While Saving the Presentation:...

    I have attached a pptx file “icon_issue.pptx” having one icon shape in the first slide. When I open this pptx file using aspose and just try to save it again, it throws the below exception: DashPattern value is not val…...content we noticed that if we replace the below content: stroke-dasharray=“0...stroke-dasharray=“0.1 7.5” and replace this new svg content in the...

    forum.aspose.com/t/getting-an-error-while-savin...
  5. Object Preview Issue When Adding OleObjectFrame...

    Learn why EMBEDDED OLE OBJECT appears when adding OleObjectFrame in Aspose.Slides for PHP and how to fix preview issues in PPT, PPTX and ODP presentations....“EMBEDDED OLE OBJECT” message is replaced by the actual image for the...Other Solutions Solution 1: Replace the “Embedded OLE Object” Message...

    docs.aspose.com/slides/php-java/object-preview-...
  6. HtmlSaveOptions.remove_java_script_from_links p...

    HtmlSaveOptions.remove_java_script_from_links property. Specifies whether JavaScript will be removed from links...the href attribute) will be replaced with “javascript:void(0)”... property HtmlSaveOptions.replace_backslash_with_yen_sign property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Перетворення PST в MSG за допомогою програми C ...

    Зразок коду перетворення 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/uk/cpp/conversion/pst...
  8. Converti PST in MSG tramite l'applicazione C++ ...

    Esempio di codice di conversione C++ per il documento PST in formato MSG. Usa un codice di esempio per la conversione in batch da PST a MSG all'interno di qualsiasi applicazione C++....Replace(L ":" , L " " ).Replace(L "\\" , L " "..." ).Replace(L "?" , L " " ).Replace(L "/" , L " " ); message->Save(dataDir...

    products.aspose.com/email/it/cpp/conversion/pst...
  9. 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...
  10. Javaでの検索と置換|Aspose.WordsのためのJava

    文書内の文字列または正規表現パターンを見つけ、Javaを使用して必要なテキストに置き換えます。... {#ways-to-find-and-replace}の検索と置換の方法 Aspose.Wordsは、次を...方法を提供します: Simple string replacement –特定の文字列を検索して別の文字列に置き換えるに...

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