Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 10,062 for

text

(0.04 sec)
  1. Online DOC to ODT Converter | Free GroupDocs Apps

    DOC to ODT document converter - convert DOC to ODT online for free, no registration required. Secure and easy to use DOC to ODT conversion!...was initially used for plain text documentation on several different... formatted as well as plain text, graphs, charts, embedded objects...

    products.groupdocs.app/conversion/doc-to-odt
  2. input-controls-with-custom-classname.html

    Document with fields Text field : Check box: Drop down list: Option 1 Option 2...Document with fields Text field : Check box: Drop down list:...

    docs.groupdocs.com/editor/java/sample-files/inp...
  3. Add watermarks to PowerPoint presentations | Do...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....pptx" , loadOptions )) { // Add text watermark to the first slide...strengthening the protection of text watermark. Using unreadable...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......using Java Redact Text in RTF using Java Redact Text in XLSX using...

    kb.groupdocs.com/categories/page/17/
  5. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the Text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....highlighting occurrences in the text of documents. Obtain search...highlighting the words found in the text. You can highlight search results...

    docs.groupdocs.com/search/net/work-with-search-...
  6. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the Text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....highlighting occurrences in the text of documents. Obtain search...highlighting the words found in the text. You can highlight search results...

    docs.groupdocs.com/search/java/work-with-search...
  7. Cannot find Umlauts located in ANSI files - Fre...

    Hi there, We tried this: ​Have a Text file with ANSI encoding in a folder indexed by DataCentral. The file should contain “Mühe” and “Vielfraß”. Create an index for that file Make a search on that index for “Vielfraß”…...there, We tried this: Have a Text file with ANSI encoding in a...4:48pm 5 @jamsharp The provided text file is in Windows-1250 encoding...

    forum.groupdocs.com/t/cannot-find-umlauts-locat...
  8. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low....separately, and not the entire text of a document field. Queries...query. A regex search query in text form cannot be combined with...

    docs.groupdocs.com/search/net/regular-expressio...
  9. converted-attachment-1.pdf

    This is just a plain Text attachment file named attachment.txt . Aspose.PDF for Java 24.3 Aspose Pty Ltd....This is just a plain text attachment file named attachment.txt...

    docs.groupdocs.com/conversion/java/_sample_file...
  10. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...Text != null && item.Text != “”]>> Is it possible...IsNullOrWhiteSpace(item.Text)]>> or <<if [item.Text?.Any()]>> I know...

    forum.groupdocs.com/t/shorthand-check-for-null-...