Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 10,220 for

text

(0.04 sec)
  1. 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.... print ( "Text " + description . getReplacement...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Use PageAreaRedaction | Documentation

    This article explains that how to use PageAreaRedaction....range from all sensitive data in text, images and annnotations.. The...

    docs.groupdocs.com/redaction/net/use-page-area-...
  3. Extracting document metainfo | Documentation

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for .NET API....and TSV), XML, HTML, and plain text. - common for all documents...family. — holds all formats with text-based nature. - holds all formats...

    docs.groupdocs.com/editor/net/extracting-docume...
  4. merger.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/merger/java/technical-support/weekly0.5https://docs.groupdocs.com/merger/net/techni......com/merger/java/split-text-file/weekly0.5https://docs.groupdocs...groupdocs.com/merger/net/split-text-file/weekly0.5https://docs.groupdocs...

    docs.groupdocs.com/sitemaps/merger.xml
  5. Edit Document | Documentation

    Follow this guide to learn how to edit Text documents, spreadsheets, and presentations using GroupDocs.Editor for Node.js via Java API features....Presentation PPT, PPTX, PPS, POT Plain Text Documents TXT XML Any XML-based...File How to Edit XML File Edit Text Files Edit Email documents Edit...

    docs.groupdocs.com/editor/nodejs-java/edit-docu...
  6. How to update Barcode signature in advance | Do...

     This article explains how to provide advanced options when updating Barcode electronic signatures with GroupDocs.Signature API....Top Width Height EncodeType Text IsSignature Image Spreadsheet...signature properties if ( temp . Text == "Test1" ) { temp . Left =...

    docs.groupdocs.com/signature/net/updating-barco...
  7. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....applications are able to display simple text statistics for loaded documents...demonstrates how to obtain the text statistics for a diagram (only...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...[ { text: "Andale Mono", value: "Andale Mono" }, { text: "Arial"...complexity (e.g., multiple images, text styles). Console Logging : Add...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  9. Render Lotus Notes database files as HTML, PDF,...

    Convert NSF files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....messages that contain specific text in the subject or body. —Allows...messages that contain specific text in the sender’s or recipient’s...

    docs.groupdocs.com/viewer/python-net/render-lot...
  10. Working with Form Fields | Documentation

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for .NET... Text : TextFormField textFormField...Type ) { case FormFieldType . Text : TextFormField textFormField...

    docs.groupdocs.com/editor/net/working-with-form...