Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 2,878 for

indexing

(0.03 sec)
  1. تحرير ملفات Excel في Java | قم ببناء محرر ورقة ...

    قم بتحرير ملفات Excel (XLS و XLSX و ODS) باستخدام تطبيق Java الخاص بك. أمثلة لتحرير جداول البيانات باستخدام جداول البيانات وتحرير المستندات Java API....setWorksheetIndex(0); // index is 0-based, so this is 1st tab...

    blog.groupdocs.com/ar/editor/edit-excel-files-i...
  2. Annotate Word DOC DOCX files in Java | Add or R...

    Add or remove annotations from Word DOC/DOCX files in Java. Add arrow, rectangle, ellipse, watermark annotations using document Annotation API....annotations by providing the indexes to remove the specific annotations...

    blog.groupdocs.com/annotation/annotate-word-doc...
  3. Removing found watermarks | Documentation

    This article explains how to remove found watermarks while using GroupDocs. Watermarks API....watermark at the specified index from the document. possibleWatermarks...

    docs.groupdocs.com/watermark/net/removing-found...
  4. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... 打开 Views/Home/Index.cshtml 文件并将其内容替换为以下内容: @{ ViewData["Title"]...

    blog.groupdocs.com/zh/groupdocs.blog/page/30/
  5. Extract text structure | Documentation

    This article explains that how to extract text structure from documents....zero-based index of the row columnIndex - the zero-based index of the...

    docs.groupdocs.com/parser/java/extract-text-str...
  6. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....beginning or the end), zero-based index and the count of pages to remove...

    docs.groupdocs.com/redaction/net/remove-page-re...
  7. Extraire du texte à partir de DOCM à l'aide de ...

    Cet article propose un guide complet sur la façon d'extraire du texte de DOCM à l'aide de Java, y compris un exemple pour vous aider à extraire efficacement du texte de DOCM en Java....DOCM en Java , telles que l’indexation, l’analyse de contenu ou...

    kb.groupdocs.com/fr/parser/java/extract-text-fr...
  8. Inserting Hyperlinks Dynamically | Documentation

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value. In turn, display_text_expression defines text to be displayed for the hyperlink....value, where N is a one-based index of a slide within the same Presentation...

    docs.groupdocs.com/assembly/java/inserting-hype...
  9. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....property; Call method with the page index and obtain object; Read a text...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....property; Call method with the page index and obtain object; Read a text...

    docs.groupdocs.com/parser/java/extract-text-fro...