Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 2,720 for

properties

(0.04 sec)
  1. Working with Folders Contained in Outlook Data ...

    We are pleased to announce the monthly release of GroupDocs.Viewer for .NET 18.12. This release includes three new features, two bug fixes, and four improvements. By upgrading to the latest version, you’ll be able to get the list of folders and render messages from a specific folder contained in Outlook Data Files (OST/PST). Furthermore, it also allows you to ignore empty columns when rendering Excel documents. Below is the list of new features, fixes, and the improvements added in version 18....IgnoreEmptyColumns property. For a working example, please...

    blog.groupdocs.com/viewer/working-with-folders-...
  2. Add Text Redaction Annotation using Java Annota...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard, we are excitedly announcing another monthly release of Java Annotation API v18.4. Using this latest version, now users can import distance annotation for Words and also able to add text redaction annotation in Slides. Aside this, multitude fixes and improvements are also introduced in this release. We therefore recommend you to download this latest release for a better API experience....annotation for Slides Underline property does not work in text replace...

    blog.groupdocs.com/annotation/java-annotation-a...
  3. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...assign it to its Password property of an instance of LoadOptions...

    docs.groupdocs.com/redaction/java/load-password...
  4. Remove form fields | GroupDocs

    This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer Java API....the setRemoveFormFields() property to true in . The following...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  5. Export styles during document editing | GroupDocs

    This article describes the procedure of preserving and exporting all built-in and custom styles in the source WordProcessing document during its editing....is preserved in the custom property “-gd-style-name”. Because...style identifier in the custom property “-aw-style-name”. The class...

    docs.groupdocs.com/editor/python-net/styles-exp...
  6. Search Different Word Forms using C#

    Search different word forms using C# to find nouns in singular or plural. An example will be provided to implement word form search in C# without extra installation....set the UseWordFormsSearch property to true to enable searching...

    kb.groupdocs.com/search/net/search-different-wo...
  7. Cara Mengonversi Penurunan Harga ke HTML di C#

    Artikel ini menjelaskan proses konversi dokumen, memberikan instruksi untuk mengonversi Markdown ke HTML di C#, dan contoh untuk aplikasi C# Markdown ke HTML.... dimulai untuk menentukan properti untuk menyesuaikan dokumen...

    kb.groupdocs.com/id/conversion/net/how-to-conve...
  8. Cara Mengonversi EPUB ke PDF menggunakan Java

    Mari kenali proses langkah demi langkah untuk mengonversi EPUB ke PDF menggunakan Java dengan panggilan API sederhana dan tinjau kode contoh untuk mengonversi file EPUB ke PDF di Java....PdfConvertOptions untuk menentukan properti guna menyesuaikan file PDF...

    kb.groupdocs.com/id/conversion/java/how-to-conv...
  9. Cara Menambahkan Anotasi Redaksi Teks di PDF me...

    Topik ini menjelaskan cara menambahkan anotasi redaksi teks di PDF menggunakan Java beserta langkah-langkah dan kode untuk memasukkan anotasi redaksi teks ke PDF di Java....TextRedactionAnnotat dan atur properti yang diinginkan, seperti posisi...

    kb.groupdocs.com/id/annotation/java/how-to-add-...
  10. Tambahkan Anotasi Ellipse ke JPG menggunakan Java

    Tutorial ini menawarkan panduan tentang cara menambahkan anotasi elips ke JPG menggunakan Java. Ini termasuk kode yang menunjukkan cara menyisipkan anotasi elips ke JPG di Java....EllipseAnnotation dan tentukan properti yang diperlukan, seperti posisi...

    kb.groupdocs.com/id/annotation/java/add-ellipse...