Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 4,116 for

values

(0.11 sec)
  1. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....( "customProperty1" , "some value" ); root . getDocumentPropertie...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Contar palavras e ocorrências de cada palavra e...

    Conte o número de palavras e suas ocorrências em documentos PDF, Word, Excel, PowerPoint e Email em C# usando a API de análise de documentos .NET....Value); // Imprimir resultados da...of {0}: {1}", pair.Key, pair.Value); } } } Segue a saída do código...

    blog.groupdocs.com/pt/parser/count-words-and-oc...
  3. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...fichiers CSV ([Comma Separated Values][1] sont largement utilisés...simples. Le Comma Separated Values (CSV) est un format de fichier...

    blog.groupdocs.com/fr/groupdocs.blog/page/22/
  4. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....LyricsField ( "ABC" , "custom value" )); // ... metadata . save...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/handling-the-l...
  5. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....TextFormFieldSignatu ( "tbData1" , "Value-1" ); // instantiate options...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/sign-document...
  6. Видалення метаданих документів і зображень за д...

    Видаліть вибрані метадані або очистіть усі властивості метаданих за допомогою C# із файлів DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP, електронної пошти, електронних книг, Visio, Zip....Value.Type == MetadataPropertyType.String && p.Value.ToString()...

    blog.groupdocs.com/uk/metadata/remove-metadata-...
  7. Supported Platforms | Documentation

    Supported Java Versions GroupDocs.Watermark for Java supports Java versions that listed below. For more platform support please check GroupDocs.Watermark for .NET. J2SE 7.0 (1.7) J2SE 8.0 (1.8) or above (for example Java 10)... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/java/supported-pla...
  8. Saving files | Documentation

    GroupDocs.Metadata provides different ways to save a file with updated metadata. Please refer to the following guides to know more about all overloads of the Save method:... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/saving-files/
  9. Working with MP3 metadata | Documentation

    Working with XMP metadata GroupDocs.Metadata for Java also allows managing XMP metadata in MP3 files. For more details please refer to the following guide: Working with XMP metadata... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Saving | Documentation

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/saving/