Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,048 for

replacement

(0.16 sec)
  1. تحرير العروض التقديمية في C# | تحرير .NET PPT/PPTX

    يتم شرح تحرير عروض PowerPoint التقديمية باستخدام أمثلة C# لتحرير ملفات PPT وPPTX وODP داخل تطبيق .NET الخاص بك باستخدام واجهة برمجة تطبيقات تحرير العروض التقديمية....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/ar/editor/edit-ppt-pptx-pres...
  2. تحرير مستندات Word في C # | قم ببناء محرر .NET ...

    تحرير مستندات Word موضح بأمثلة C # لتحرير ملفات DOC و DOCX و ODT داخل تطبيق .NET باستخدام واجهة برمجة تطبيقات تحرير المستندات....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/ar/editor/edit-word-document...
  3. Converting Docx to PDF throws Null Reference Ex...

    Attempting to convert the attached file throws a Null Reference Exception from within an Aspose library included in the GroupDocs product. We are using the most up to date version of convert available. This appears to …...outputFolder); } } } Make sure to replace "YourOutputDirectoryP" and...

    forum.groupdocs.com/t/converting-docx-to-pdf-th...
  4. Removing Empty Paragraphs | Documentation

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for .NET API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....syntax tags are removed or replaced with empty values. A new member...

    docs.groupdocs.com/assembly/net/removing-empty-...
  5. Support for Dynamic Insertion of External Docum...

    We are delighted to announce a new feature in the monthly release of GroupDocs.Assembly for .NET 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install and use the latest version of the API. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....load a document which content replaces the doc tag then. By default...

    blog.groupdocs.com/assembly/support-for-dynamic...
  6. Редактировать презентации в Java | Редактирован...

    Редактирование презентаций PowerPoint объясняется на примере Java для редактирования файлов PPT, PPTX, ODP в вашем приложении с использованием API редактирования презентаций....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/ru/editor/edit-ppt-pptx-pres...
  7. Редактировать XML-файлы | Онлайн-редактирование...

    Откройте для себя эффективные способы редактирования XML-файлов. Либо редактируйте XML-файлы онлайн, либо делайте это программно, используя C# и Java....Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/ru/editor/edit-xml-files/
  8. Editar archivos XML | Edición en línea y enfoqu...

    Descubra formas eficientes de editar archivos XML. Edite archivos XML en línea o hágalo mediante programación usando C# y Java....Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/es/editor/edit-xml-files/
  9. Editar arquivos XML | Edição Online e Abordagem...

    Descubra maneiras eficientes de editar arquivos XML. Edite arquivos XML online ou faça isso programaticamente usando C# e Java....Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/pt/editor/edit-xml-files/
  10. Editar planilhas do Excel | Edição Online e Abo...

    Descubra maneiras eficientes de editar planilhas do Excel. Edite arquivos XLS/XLSX online ou faça isso programaticamente usando C# e Java....Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/pt/editor/edit-excel-spreads...