قم بتحرير ملفات Excel (XLS و XLSX و ODS) باستخدام تطبيق Java الخاص بك. أمثلة لتحرير جداول البيانات باستخدام جداول البيانات وتحرير المستندات Java API....setWorksheetIndex(0); // index is 0-based, so this is 1st tab...
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...
This article explains how to remove found watermarks while using GroupDocs. Watermarks API....watermark at the specified index from the document. possibleWatermarks...
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...
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...
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...
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...
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...