Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 4,598 for

values

(0.07 sec)
  1. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Warning method returns null value if search isn’t supported for...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/search-text-in-m...
  2. Dynamic insertion of links to bookmarks using J...

    After consulting relevant information, I still do n’t understand how to use bookmark whith GroupDocs.Assembly API, any suggestions I would appreciate it. I use Java. Thanks very much !...and must return a non-empty value. display_text_expression defines...

    forum.groupdocs.com/t/dynamic-insertion-of-link...
  3. Generate Reports

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Pliki CSV [Comma Separated Values][1] są szeroko stosowane do...

    blog.groupdocs.com/pl/tag/generate-reports/
  4. 如何使用 Metadata 標籤

    說明如何使用 Metadata 標籤...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } 依標籤新增中繼資料屬性...

    blog.groupdocs.com/zh-hant/metadata/how-to-work...
  5. Inserting Images Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can insert images to your reports dynamically using image tags. To declare a dynamically inserted image within your template, do the following steps: Add a textbox to your template at the place where you want an image to be inserted. Set common image attributes such as frame, size, and others for the textbox, making the textbox look like a blank inserted image....The expression must return a value of one of the following types:...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/inserting-image...
  6. Extrahieren Sie Daten aus Datenbankdateien mit C#

    Die Datenbank gilt als integraler Bestandteil der meisten Anwendungen. Ob es sich um eine Desktop-, Web- oder mobile Anwendung handelt, die Datenbank spielt eine wichtige Rolle beim Speichern, Zugreifen und Bearbeiten der Daten. Es gibt viele Datenbankverwaltungssysteme, mit denen Sie Datenbanken erstellen und verwalten können. Es könnte jedoch ein Szenario geben, in dem Sie eine Möglichkeit zum Extrahieren von Daten aus Datenbankdateien, dh .db-Dateien, benötigen, ohne ein Datenbankverwaltungssystem zu installieren oder die SQL-Abfragen zu schreiben....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/de/parser/extract-data-from-...
  7. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings.... The default value is 5. Learn more about index...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/indexing-reports/
  8. Search text in Emails | GroupDocs

    Search a keyword in emails using Search method...Warning method returns null value if search isn’t supported for...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/search-text-in-em...
  9. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Warning method returns null value if text structure extraction...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  10. Extract table of contents | GroupDocs

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....// Check if page index has a value if ( i . getPageIndex () ==...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-table-of...