Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 5,261 for

values

(1.36 sec)
  1. Wyczyść metadane dokumentów i obrazów przy użyc...

    Java API do usuwania wszystkich lub wybranych właściwości metadanych DOCX, XLSX, PPTX, dokumentów PDF, obrazów JPEG, PNG, WebP, e-maili, eBooków, rysunków Visio, Zip itp....WithValueSpecificati(Object value) { setValue(value); } public final Object...return auto_Value; } private void setValue(Object value) { auto_Value...

    blog.groupdocs.com/pl/metadata/remove-metadata-...
  2. Bereinigen Sie Metadaten von Dokumenten und Bil...

    Java-API zum Entfernen aller oder ausgewählter Metadateneigenschaften von DOCX-, XLSX-, PPTX-, PDF-Dokumenten, JPEG-, PNG-, WebP-Bildern, E-Mails, eBooks, Visio-Zeichnungen, Zip usw....WithValueSpecificati(Object value) { setValue(value); } public final Object...return auto_Value; } private void setValue(Object value) { auto_Value...

    blog.groupdocs.com/de/metadata/remove-metadata-...
  3. Remove metadata properties | GroupDocs

    This article shows that how to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....entries having a particular value. Using the GroupDocs.Metadata...removed (please see the return value of the method) the changes BasicUsage...

    docs.groupdocs.com/metadata/net/remove-metadata...
  4. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....void setKey ( int value ){ auto_Key = value ; } private int auto_Key...void setID ( String value ){ ID = value ; } @FormatAttribute...

    docs.groupdocs.com/signature/java/implement-cus...
  5. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for .NET version 25.11 - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format... By default it has a null value, which means that no worksheets...should have a new int[2] {1, 4} value. With the new worksheet removal...

    docs.groupdocs.com/editor/net/deleting-workshee...
  6. Custom cache implementation | GroupDocs

    This article explains how to use custom caching implementation with GroupDocs.Viewer within your .NET applications....>( string key , out TEntry value ) { var prefixedKey = GetPrefixedKey...redisValue ); value = ( TEntry ) data ; return true ; } value = default...

    docs.groupdocs.com/viewer/net/how-to-use-custom...
  7. Insert Hyperlinks Dynamically in Documents usin...

    GroupDocs team is releasing new features in the monthly release of GroupDocs.Assembly for .NET 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation, and Email documents. We recommend to install and use the latest version of the API. How to Insert Hyperlinks to Reports using Link Tag in C# Using GroupDocs.Assembly for .NET 18.7, you can now insert hyperlinks to your reports dynamically using link tags....and must return a non-empty value. In turn, display_text_expression...returns an empty value, then during runtime, the value of uri_expression...

    blog.groupdocs.com/assembly/insert-hyperlinks-d...
  8. Deleting slides from presentation | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for Java version 26.1 - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format... If the value of the property in the instance...instance is set to the default value 0 , the GroupDocs.Editor generates...

    docs.groupdocs.com/editor/java/deleting-slides-...
  9. Individual Series Point Coloring in Spreadsheet...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Spreadsheet Document Please follow below steps to can create Pie Chart in MS Excel 2013. Add a new Workbook Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group A drop-down with charts will appear, select the “Pie” and press “OK” to insert the chart Click on the chart you just inserted, then click the “Change Data” icon in Data group Now add legend entries....indicate customer name with value (price of the orders purchased)...color expression must return a value of one of the following types:...

    docs.groupdocs.com/assembly/java/individual-ser...
  10. Scan QR Code | GroupDocs

    This article shows how to scan QR Code in .Net with GroupDocs.Parser with few lines of code from image, document or other file format like PDF, Email, Ebook, Words, and others....collection and get a barcode value. The following example shows...qrcode value Console . WriteLine ( "Value: " + qrcode . Value );...

    docs.groupdocs.com/parser/net/scan-qr-code/