Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 2,124 for

properties

(0.07 sec)
  1. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality.... Set the property of the object to be changed...( , or ) values. The main properties of the class are as follows:...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  2. Extract metadata from EPUB using C#

    In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided....for adding read EPUB file properties C# feature to applications...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  3. Working with formats | Documentation

    This article explains document formats and format families supported by GroupDocs.Editor for Java and how to operate them in Java code....structs, all of them have text properties, which reflect their names...

    docs.groupdocs.com/editor/java/working-with-for...
  4. Load options for different document types | Doc...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API....titles, authors, and other properties during the conversion process...

    docs.groupdocs.com/conversion/java/load-options...
  5. Working with CAD metadata | Documentation

    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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....allows updating metadata properties in a DXF drawing. Please...

    docs.groupdocs.com/metadata/java/working-with-c...
  6. Use redaction policies | Documentation

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code Properties mapping is obvious): RedactionPolicy.xml You can use RedactionPolicy....redaction policy XML file (code properties mapping is obvious): RedactionPolicy...

    docs.groupdocs.com/redaction/java/use-redaction...
  7. Sign Pdf documents with special appearance | Do...

     This article explains how to use PDF digital electronic signature features on document page....signature options contains property that expects instance of the...annotation area. Note that property must be set to class implements...

    docs.groupdocs.com/signature/net/sign-pdf-docum...
  8. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....the Lyrics tag by using the property If the Lyrics tag is not null...then check for all of its properties The following code snippet...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  9. Digital certificate for Spreadsheets has wrong ...

    Hi there, I’m getting this error while trying to use the certificate constructed manually (C#) … I’m trying to avoid the popup that comes up in a solution 1 that is working, The code that is working is here: Stream ex…...this issue to support this property in the next June release 23...please be aware that this property is suppose to use for additional...

    forum.groupdocs.com/t/digital-certificate-for-s...
  10. Watermark Word Processing Documents

    A watermark in presentation software and word processing is frequently used in a slightly different manner than digital watermarks used in other digital multimedia content. This watermark is often a faded image or text as a background of a slide or a page. It is meant to enhance but is not the focal point of the page/slide. Watermarks are sometimes used in the form of a logo, discreetly placed on a slide or page to brand the presentation or document....watermark object Set watermark properties Add watermark to the section...marked as editable. LockType property has been added to WordsShapeSettings...

    blog.groupdocs.com/watermark/watermarking-in-wo...