Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 10,042 for

text

(0.04 sec)
  1. Adding text watermarks | Documentation

    Following code snippet shows how to add Text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_Text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....watermarks / Adding text watermarks Adding text watermarks Leave...code snippet shows how to add text watermark to a document. If...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. Search text in Microsoft OneNote sections | Doc...

    This article explains that how to search Text from Microsoft OneNote sections presentations...Search text in Microsoft OneNote sections Search text in Microsoft...collection and get the position and text. Warning method returns null...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  3. Extract text from Microsoft Office Excel spread...

    To extract a Text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a Text from the entire document or a Text from the selected page. Here are the steps to extract a Text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a Text from reader. Warning getText method returns null value if Text extraction isn’t supported for the document....Excel spreadsheets / Extract text from Microsoft Office Excel...Excel spreadsheets Extract text from Microsoft Office Excel spreadsheets...

    docs.groupdocs.com/parser/java/extract-text-fro...
  4. Search for Text e-signatures | Documentation

    This topic explains how to search for Text electronic signatures within the document pages by GroupDocs.Signature API....signatures in document / 🔍 Text Search for Text e-signatures Leave feedback...different options to search for Text electronic signatures within...

    docs.groupdocs.com/signature/java/search-for-te...
  5. Update Text signatures in document | Documentation

    This article explains how to update Text electronic signatures with GroupDocs.Signature API....signatures in documents / ✎ Text Update Text signatures in document...provides class to manipulate text signatures location, size and...

    docs.groupdocs.com/signature/java/update-text-s...
  6. Bulleted List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show all the clients in a bulleted list format. Report must be generated in the Text Document....Bulleted List in Text Document Bulleted List in Text Document Leave...generate a Bulleted List report in Text Document format. Note The code...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  7. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in Text or object form using Java search API..../ Queries in text and object form Queries in text and object form...query: in text or object form. A search query in text form is simpler...

    docs.groupdocs.com/search/java/queries-in-text-...
  8. Search text in HTML documents | Documentation

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....documents / Search text in HTML documents Search text in HTML documents...collection and get the position and text. Warning method returns null...

    docs.groupdocs.com/parser/java/search-text-in-h...
  9. Search text in PDF documents | Documentation

    To search a keyword in PDF 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 PDF 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....documents / Search text in PDF documents Search text in PDF documents...collection and get the position and text. Warning method returns null...

    docs.groupdocs.com/parser/java/search-text-in-p...
  10. Single Row in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row report in Text Document format. Single Row in Text Document Note This feature is supported by version 17.03 or greater. Reporting Requirement As a report developer, you are required to represent information of first single customer with the following key requirements: It must show Name and Contact Number of the customer Report must be generated in the Text Document Adding Syntax to be evaluated by GroupDocs....Single Row in Text Document Single Row in Text Document Leave...report in Text Document format. Single Row in Text Document Note...

    docs.groupdocs.com/assembly/net/single-row-in-t...