Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 2,880 for

properties

(0.27 sec)
  1. Extract highlights | GroupDocs

    This article explains that how to extract highlights from documents in Java....supported for the document); Call properties such as and . The following...

    docs.groupdocs.com/parser/java/extract-highlights/
  2. Extract highlights | GroupDocs

    This article explains that how to extract highlights from documents....supported for the document); Call properties such as and . The following...

    docs.groupdocs.com/parser/net/extract-highlights/
  3. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...

    docs.groupdocs.com/signature/java/delete-digita...
  4. GroupDocs.Viewer for Java 25.12 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for Java 25.12. Available now on NuGet and GroupDocs website....full class with numerous properties (previously an enum). Removed...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  5. Existing objects in diagrams | GroupDocs

    Inspect, modify, and remove shapes and headers/footers in Visio diagrams using GroupDocs.Watermark for Python via .NET....the shapes to read their properties, modify them, or remove them...

    docs.groupdocs.com/watermark/python-net/existin...
  6. Watermarks in Word document | GroupDocs

    This article explains how to add watermarks in word processing document in Java.... Using properties of You can also set some...

    docs.groupdocs.com/watermark/java/watermarks-in...
  7. Add Form-Field Signatures in PDF using GroupDoc...

    We are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.11 of the API comes up with a multitude of new features like the ability to add form-field signatures in PDF documents and many more. We therefore recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience. Features Sign PDF Document with a Form-Field SignatureThe Form-Field Signatures are the input control which are placed in a document page....is the additional document property that contains special attributes/tags...collection // setup Author property SlidesMetadataSignat mdSign_Author...

    blog.groupdocs.com/signature/groupdocs.signatur...
  8. Spell checking | GroupDocs

    This article shows that how spell checking works during the search....correction in search queries, the property of the spelling corrector...class contains the following properties: is the maximum number of...

    docs.groupdocs.com/search/net/spell-checking/
  9. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Metadata API provides the property. The following code snippet...allows updating metadata properties in a DXF drawing. Please...

    docs.groupdocs.com/metadata/net/working-with-ca...
  10. Add watermarks with GroupDocs.Watermark | Group...

    Add text and image watermarks to documents from GroupDocs.Total for Java, across Word, PDF and spreadsheets — runnable Java examples with downloadable input and output files.... colour, alignment — is a property you set before adding it....same alignment and opacity properties. Java import com.groupdocs...

    docs.groupdocs.com/total/java/developer-guide/w...