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

replacement

(0.07 sec)
  1. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....example will guide you how to replace text in RTF using Java . Steps...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  2. GroupDocs.Viewer for .NET 17.7.0 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.7.0. Major Features One new feature and 14 improvements and fixes in this regular monthly release. The most notable are: Added support of rendering PDF document with attachments Extended support for setting font directories for Presentation documents Extended support for setting JpegQuality when rendering SVG as PDF Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1182 Support rendering PDF documents with attachments New Feature VIEWERNET-1274 Extend support for setting font directories to Presentation documents Improvement VIEWERNET-1255 Extend support for setting JpegQuality when rendering SVG as PDF Improvement VIEWERNET-1250 Improve rendering Microsoft Visio document as HTML Improvement VIEWERNET-1173 Rendering djvu documents with maximum JpegQuality renders contained images with low quality Improvement WEB-2429 PDF with hieroglyphs is converted to the JPEG and HTML with corrupted symbols Bug VIEWERNET-1262 Resource prefix not applied when rendering Presentation documents to HTML Bug VIEWERNET-1252 Watermark not displayed when rendering Microsoft Visio document as HTML Bug VIEWERNET-1251 Multipage Microsoft Visio document shows page count as one Bug VIEWERNET-1220 ViewerConfig....DefaultFontName setting does not replace missing fonts for Spreadsheet...Some characters are being replaced with a ? placeholder while...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  3. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the page numbers in the...NSF file to JPG. // {0} is replaced with the page numbers in the...

    docs.groupdocs.com/viewer/java/render-lotus-not...
  4. Quantifier: *, +, ?, {n}, {n,}, {n,m} - JavaScr...

    A quantifier repeats an atom a certain number of times. The quantifier is placed after the atom it applies to....replace(/<.+?>/g, ""); } stripTags("<p>lorem...stripTags(str) { return str.replace(/<[^>]+>/g, ""); } stripTa...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  5. width - CSS: Cascading Style Sheets | MDN

    The width CSS property sets an element's width. By default, it sets the width of the content area, but if box-sizing is set to border-box, it sets the width of the border area....formula with the available space replaced by the specified argument...Applies to all elements but non-replaced inline elements, table rows...

    developer.mozilla.org/en-US/docs/Web/CSS/width
  6. HTMLElement - Web APIs | MDN

    Learn about the HTMLElement interface, including its properties and methods, specifications and browser compatibility.... As a setter, it replaces the content inside the selected...descendants). As a setter, it replaces the selected node and its...

    developer.mozilla.org/en-US/docs/Web/API/HTMLEl...
  7. Excel-Tabellen bearbeiten | Online-Bearbeitung ...

    Entdecken Sie effiziente Möglichkeiten zum Bearbeiten von Excel-Tabellen. Bearbeiten Sie XLS/XLSX-Dateien entweder online oder programmgesteuert mit C# und Java....Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/de/editor/edit-excel-spreads...
  8. Präsentationen in Java bearbeiten | PPT/PPTX-Be...

    Das Bearbeiten von PowerPoint-Präsentationen wird anhand eines Java-Beispiels zum Bearbeiten von PPT-, PPTX- und ODP-Dateien in Ihrer Anwendung mithilfe der Präsentationsbearbeitungs-API erläutert....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/de/editor/edit-ppt-pptx-pres...
  9. Editar documentos de Word en C# | Cree su propi...

    La edición de documentos de Word se explica con ejemplos de C# para editar archivos DOC, DOCX, ODT dentro de su aplicación .NET utilizando la API de edición de documentos....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/es/editor/edit-word-document...
  10. Modifica documenti Word in C# | Crea il tuo edi...

    La modifica di documenti Word è spiegata con esempi C# per modificare file DOC, DOCX, ODT all'interno dell'applicazione .NET utilizzando l'API di modifica dei documenti....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/it/editor/edit-word-document...