Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 940 for

replacement

(0.04 sec)
  1. Inserting Bookmarks Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....bookmark start and end that replace corresponding opening and closing...

    docs.groupdocs.com/assembly/java/inserting-book...
  2. Wildcard search in DOCX online

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

    products.groupdocs.app/search/wildcard/docx
  3. Text is cropped when using GroupDocs.Viewer to ...

    I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code to convert PDF and other documents to HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…...true; Fix inline styles by replacing text "overflow:hidden;" in...

    forum.groupdocs.com/t/text-is-cropped-when-usin...
  4. 140개 이상의 파일 형식을 위한 ASP.NET Core MVC에서 문서 뷰어 만들기

    온라인 문서 뷰어는 특히 콘텐츠 관리 시스템에서 디지털 문서의 사용이 증가하면서 인기를 얻었습니다. 이 인기의 이유는 전용 소프트웨어 프로그램을 구입하거나 설치하지 않고도 다양한 문서 형식을 볼 수 있기 때문입니다. 문서 뷰어의 중요성을 생각하면서 ASP.NET MVC에서 범용 문서 뷰어를 만드는 방법에 대한 기사를 작성하게 되었습니다. .NET Core 프레임워크. 백엔드에서 문서 렌더링을 위해 GroupDocs.Viewer for .NET API - 강력한 문서 뷰어 API를 사용합니다. PDF, Word, Excel, PowerPoint, Visio, CAD, Outlook 및 다른 많은 인기 있는 형식....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/ko/viewer/document-viewer-in...
  5. Chỉnh sửa tệp XML | Chỉnh sửa trực tuyến & Phươ...

    Khám phá những cách hiệu quả để chỉnh sửa tệp XML. Chỉnh sửa tệp XML trực tuyến hoặc thực hiện theo chương trình bằng C# & Java....Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/vi/editor/edit-xml-files/
  6. 編輯 Excel 電子表格 |線上編輯和程序化方法

    探索編輯 Excel 電子表格的有效方法。可以在線上編輯 XLS/XLSX 文件,也可以使用 C# 和 Java 以程式設計方式進行編輯。...Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/zh-hant/editor/edit-excel-sp...
  7. Word 文書を編集する |オンライン編集とプログラムによるアプローチ

    Word 文書を編集する効率的な方法を発見します。 DOC/DOCX ファイルをオンラインで編集するか、C# と Java を使用してプログラムで編集します。...Replace("document", "edited document");...allEmbeddedInsideStr = allEmbeddedInsideStr.replace("document", "edited document");...

    blog.groupdocs.com/ja/editor/edit-word-documents/
  8. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Java....document, which allows to replace changed content with empty...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  9. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Change Text Formatting While Replacing Existing Text Watermark Align...

    docs.groupdocs.com/watermark/python-net/feature...
  10. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....stop words used can be easily replaced or supplemented and it is...

    docs.groupdocs.com/search/java/indexing-with-st...