Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 2,116 for

properties

(0.05 sec)
  1. GroupDocs.Assembly Engine APIs | Documentation

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....To reference a JSON object property that is an array of simple-type...simple-type values, the name of the property (for example, “Child”) should...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  2. Adding class name to input controls | Documenta...

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for .NET API features....(“Insert > Quick Parts > Document Property/Field”). supports all of these...in the InputControlsClassNa property. As a result, two resultant...

    docs.groupdocs.com/editor/net/adding-class-name...
  3. Output Format and Password | Documentation

    Learn how to save an edited Word document with a password or change the output document format using GroupDocs.Editor for Node.js via Java....default, the value of this property is null , which means that...you specify a string in this property, the output document will...

    docs.groupdocs.com/editor/nodejs-java/output-fo...
  4. Load password-protected file | Documentation

    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...
  5. Remove form fields | Documentation

    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...
  6. Convert to grayscale | Documentation

    Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API....file to grayscale, set the property to True . The following code...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Remove form fields | Documentation

    Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options....remove form fields, set the property to True . The following code...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. How to Add Text Field Annotation in PDF using Java

    This topic will demonstrate how to add text field annotation in PDF using Java. We will also help you in writing code to insert text field annotation to PDF in Java....TextFieldAnnotation class and set some properties e.g. position, page number...

    kb.groupdocs.com/it/annotation/java/how-to-add-...
  9. 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-...
  10. 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...