Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 4,309 for

values

(0.05 sec)
  1. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Value ); } } As you can see the code...( "customProperty1" , "some value" ); root . DocumentProperties...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console.... WriteLine ( "Value: {0}" , simpleTag . Value ); } } // Read...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Adding Ellipse Annotation in a PDF Document

    GroupDocs.Annotation API GroupDocs.Annotation comes with an extensive set of tools that you can use to easily add common shapes to your documents as an annotation. The list of tools is not limited to area, point, text, polyline, etc. In this section, we will primarily discuss how the Ellipse annotation could be added in a PDF document by using GroupDocs.Annotation API. Adding Ellipse Annotation While discussing the family of annotation types, we cannot ignore ellipse annotation....type of the annotation: Fixed value_AnnotationType.Ellipse_ is always...

    blog.groupdocs.com/annotation/adding-ellipse-an...
  4. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports.... The default value is 10. Learn more about index...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/search-reports/
  5. Extract text from Microsoft OneNote sections | ...

    This article explains that how to extract text from Microsoft OneNote sections presentations...Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution...."Property name: %s, Property value: %s" , property . getName ()...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/find-metadata-...
  7. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree... getName () + ", Value: " + property . getValue ();...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  8. Extrair dados de arquivos de banco de dados usa...

    O banco de dados é considerado parte integrante da maioria dos aplicativos. Seja um desktop, web ou aplicativo móvel, o banco de dados desempenha um papel vital no armazenamento, acesso e manipulação dos dados. Existem muitos sistemas de gerenciamento de banco de dados que permitem criar e gerenciar bancos de dados para você. No entanto, pode haver um cenário em que você precise de uma maneira de extrair dados de arquivos de banco de dados, ou seja, arquivo ....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/pt/parser/extract-data-from-...
  9. Handle XMP and EXIF Data of HEIF HEIC Images in...

    Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications....metadata properties as name/value pairs. The following topics...can even provide your own key-value pair to set the custom XMP package...

    blog.groupdocs.com/metadata/xmp-and-exif-data-o...
  10. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....appropriate change object to the or value. Call the method. Specify the...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/accept-or-rej...