Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,346 for

properties

(0.22 sec)
  1. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata Properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata Properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....feedback Reading PNG metadata properties The GroupDocs.Metadata API...using Read the PNG metadata properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Find any Word and its Synonyms in Multiple File...

    Find specific word and its synonyms within different files using Java. Similarly, get all the synonyms, grouped by different meanings using Java Search API....Print the summary using the properties of the retrieved SearchResult...FoundDocument . Print the respective properties of each FoundDocument. Now...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  3. How to Convert Outlook Email to Word in Java

    This article walks you through the process to convert Outlook email to Word in Java and creates a sample code for Java Email to Word ability using a few API calls....WordProcessingConver class for setting the properties to customize the output DOCX...document by defining various properties using the WordProcessingConver...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Read Metadata from XLSX using Java

    Discover how to read metadata from XLSX using Java without the need of additional software. You will be given a code example to read metadata of XLSX using Java....creation dates, and document properties, offers valuable insights...Loop through the retrieved properties XLSX stands as a widely used...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  5. Add Text Watermark to XLSX Using Python

    Learn how to add text watermark to XLSX using Python. This tutorial shows how to embed watermark text into XLSX spreadsheets with custom font, color, and alignment....element and define its font properties, rotation, color, and alignment...spreadsheet data. You can adjust properties such as rotation angle, opacity...

    kb.groupdocs.com/watermark/python/add-text-wate...
  6. Add text redaction annotation | GroupDocs

    The page describes how to add text redaction annotation to a document using GroupDocs.Annotation for Java....following methods to set the properties of the class: defines annotation... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/java/add-text-red...
  7. Add ellipse annotation | GroupDocs

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for Java....following methods to set the properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/java/add-ellipse-...
  8. Add strikeout annotation | GroupDocs

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for Java....following methods to set the properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/java/add-strikeou...
  9. Add ellipse annotation | GroupDocs

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for .NET....You can set the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/net/add-ellipse-a...
  10. How to edit CSV file | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for Java....several optional properties. Two properties — and — are boolean...user can turn it on. Next property — , — is also a boolean flag...

    docs.groupdocs.com/editor/java/how-to-edit-csv-...