Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 3,152 for

replacement

(0.1 sec)
  1. Modifier des présentations en C# | Édition .NET...

    L'édition de présentations PowerPoint est expliquée avec des exemples C# pour éditer des fichiers PPT, PPTX et ODP dans votre application .NET à l'aide de l'API d'édition de présentation....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/fr/editor/edit-ppt-pptx-pres...
  2. Set resolution for images when rendering to HTM...

    In this article we show how to set resolution for images inside presentation when rendering to HTML....21 MB 330 67 MB Replace missing fonts Render FODP and...

    docs.groupdocs.com/viewer/net/how-to-set-resolu...
  3. LyricsField - GroupDocs.Metadata for Java - API...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......LyricsField field) Adds or replaces the specified Lyrics3 field...

    apireference.groupdocs.com/metadata/java/com.gr...
  4. Search in POTX Online

    Free online document search. Secure and easy to use full text online search in POTX....This format was created to replace the POT file format that is...

    products.groupdocs.app/search/potx
  5. Wildcard search in PDF online

    Wildcard search in PDF. Perform wildcard search of words and phrases online....characters in the string are replaced with special characters representing...

    products.groupdocs.app/search/wildcard/pdf
  6. GroupDocs.Comparison for .NET 20.12 Release Not...

    Note This page contains release notes for GroupDocs.Comparison for .NET 20.12 Major Features Below the list of changes in release of GroupDocs.Comparison for .NET 20.12: Improve Revisions handling in Words documents Fixed issue with text duplication in Words Fixed issue with incorrect display of tables without displaying added or deleted cells Fixed GroupDocs.Comparison to work properly within GroupDocs.Total solution Key Summary Issue Type COMPARISONNET-2557 Improve Revisions handling in Words documents Improvement COMPARISONNET-2537 Comparison of DOCX files Text is duplicated after comparison, rather than being recognized as replaced in the output Bug COMPARISONNET-2533 Comparison issue in Word documents with tables (Incorrect document creation with disabled display of changes in tables in Word format) Bug COMPARISONNET-2536 Fix Comparison issue on GroupDocs total solution Bug Public API and Backward Incompatible Changes The problem with redisplaying changed content in a document occurred when there were already other Revisions in the documents being compared....rather than being recognized as replaced in the output Bug COMPARISONNET-2533...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  7. dutch translation by folkert82 · Pull Request #...

    Dutch translation and CLA agreement...2018 Merging your pr would replace the original README.md, you...

    github.com/adam-p/markdown-here/pull/487
  8. GitHub Enterprise · GitHub

    Build like the best...streamlined productivity by replacing their DevOps tools with GitHub...

    github.com/customer-stories/enterprise
  9. How to search special character and number with...

    I’m using the trial version of GroupDocs.Search API for .NET framework and I couldn’t get a result of a query of numbers with decimal and special/letter characters. Sample1: 41.9, Sample2: A34.5, Sample3: [A90]. FuzzySe…...the query string, you should replace all separator characters with...

    forum.groupdocs.com/t/how-to-search-special-cha...
  10. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....getOriginalText () + " is replaced with " + description . getReplacement...

    docs.groupdocs.com/redaction/java/use-redaction...