Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 1,057 for

replacement

(0.05 sec)
  1. Polyline-annotatie toevoegen met Java

    Maak uzelf vertrouwd met het proces om polyline-annotaties toe te voegen met Java en gebruik eenvoudig API's om een mogelijkheid te ontwikkelen om polyline-annotaties in Java toe te voegen....Distance, Highlight, Link, Replacement, Strikeout en nog veel meer...

    kb.groupdocs.com/nl/annotation/java/how-to-add-...
  2. 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...
  3. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET GroupDocs.......getting fonts list all fonts replace font Add Image Watermark Add...Custom Redaction Find and Replace Text in PDF Find Text in PDF...

    blog.groupdocs.com/tags/index.xml
  4. 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/
  5. 編輯 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...
  6. 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...
  7. 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...
  8. 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
  9. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...save the redacted document, replacing an original file: Python import...

    docs.groupdocs.com/redaction/python-net/save-ov...
  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/nodejs-java/indexing-...