Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 3,153 for

replacement

(0.06 sec)
  1. DiagramPackage Class - GroupDocs.Metadata for ....

    Represents a native metadata package in a diagram format....Set(String, Boolean) Adds or replaces the metadata property with...Set(String, DateTime) Adds or replaces the metadata property with...

    apireference.groupdocs.com/metadata/net/groupdo...
  2. CharacterData - Web APIs | MDN

    Learn about the CharacterData interface, including its properties and methods, specifications and browser compatibility....replaceData() Replaces the specified amount of characters...CharacterData.replaceWith() Replaces the characters in the children...

    developer.mozilla.org/en-US/docs/Web/API/Charac...
  3. visio to presentation

    visio to presentation,visio to word,presentation to tiff,word to presentation,presentation to xps,one to presentation,presentation to html,presentation to... image to presentation Replacing Images inside Presentation...Collection|Aspose.Slides Documentation,Replacing Images inside Presentation...

    search.groupdocs.com/q/Visio-to-Presentation.html
  4. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word documents to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...resources. // {0} and {1} are replaced with the current page number...

    docs.groupdocs.com/viewer/net/how-to-view-word-...
  5. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer Python API to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats.... # {0} is replaced with the current page number...resources. # {0} and {1} are replaced with the current page number...

    docs.groupdocs.com/viewer/python-net/render-pre...
  6. 2.0

    Aspose.Word 2.0 Released,Aspose.Chart 2.0 Released,Aspose.Network 2.0 Overview,Aspose.Email Replaced by Aspose.Network 2.0,Site Upgraded to Community Server...Email Replaced by Aspose.Network 2.0 Posted...Iret Blog Home Aspose.Email Replaced by Aspose.Network 2.0 Facebook...

    search.aspose.com/q/2.0.html
  7. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....save the redacted document, replacing an original file: // Make...toPath (), StandardCopyOption . REPLACE_EXISTING ); // Apply redaction...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. SpreadsheetContentTypePackage Class - GroupDocs...

    Represents a metadata package containing spreadsheet content type properties....Set(String, String) Adds or replaces the content type property...Set(String, String, String) Adds or replaces the content type property...

    apireference.groupdocs.com/metadata/net/groupdo...
  9. Edit Word Documents in Java | Build your own Ja...

    Editing Word documents is explained with Java examples to edit DOC, DOCX, ODT files within your applications using document editing Java API.... The above example replaces all the occurrences of the...- All the occurrences are replaced Conclusion # To sum up, we...

    blog.groupdocs.com/editor/edit-word-documents-i...
  10. GroupDocs.Metadata for Java 18.5 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for Java 18.5 Major Features There are the following enhancements in this release: Add implementation of Closeable interface to all classes referencing any resources that should be explicitly closed Implement the ability to search and replace metadata using regular expressions Implement unified DublinCore metadata reader for all formats that support XMP Reduce memory consumption of zip format metadata loading and saving Implement the ability to edit the zip archive comment Reduce memory consumption of epub format metadata loading Reduce memory consumption of torrent format metadata loading and saving All Changes Key Summary Category METADATAJAVA-58 Add implementation of Closeable interface to all classes referencing any resources that should be explicitly closed Enhancement METADATANET-566 Implement the ability to search and replace metadata using regular expressions Enhancement METADATANET-2238 Implement unified DublinCore metadata reader for all formats that support XMP Enhancement METADATANET-2246 Reduce memory consumption of zip format metadata loading and saving Enhancement METADATANET-2288 Implement the ability to edit the zip archive comment Enhancement METADATANET-2290 Reduce memory consumption of epub format metadata loading Enhancement METADATANET-2291 Reduce memory consumption of torrent format metadata loading and saving Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....the ability to search and replace metadata using regular expressions...the ability to search and replace metadata using regular expressions...

    docs.groupdocs.com/metadata/java/groupdocs-meta...