Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 2,029 for

properties

(0.09 sec)
  1. Remove Metadata from DOCM using Java

    In this topic, you'll discover how to remove metadata from DOCM using Java. Additionally, we will provide you sample code to delete metadata from DOCM in Java....applications to clear metadata properties in DOCM using Java . Code...successfully clear custom properties from DOCM using Java , thereby...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  2. Add point annotation | Documentation

    The page describes how to add point 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-point-an...
  3. How to edit CSV file | Documentation

    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-...
  4. Render EBooks as HTML, PDF, and image files | D...

    This topic describes how to use the GroupDocs.Viewer .NET API to convert EBooks to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/net/render-ebooks/
  5. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....file so you can access its properties Use the Parser.GetMetadata...integrate read PPTX file properties C# functionality directly...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  6. Working with metadata in AVI files | Documentation

    Reading AVI header Properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header Properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....feedback Reading AVI header properties The GroupDocs.Metadata API...method Read the AVI header properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/net/render-email-mess...
  8. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....(zero-based) and update its properties as needed. Call the method...Suggest we want change some properties of existed annotation AreaAnnotation...

    docs.groupdocs.com/annotation/java/update-annot...
  9. Add Text Watermark to JPG using Java

    Discover how to add text watermark to JPG using Java. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in Java programming....its constructor Tailor the properties of the TextWatermark class...protect your intellectual property, add branding elements, or...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  10. Add Text Watermark to DOC using C#

    Let’s explore how to add text watermark to DOC using C#. We’ll also provide you with code to insert text watermark to DOC using C# without needing additional software....TextWatermark class and set its properties according to your preferred...modify. Define the watermark’s properties, such as text content, font...

    kb.groupdocs.com/watermark/net/add-text-waterma...