Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 14,330 for

object

(0.03 sec)
  1. Aspose::Words::Drawing::SignatureLine::get_Inst...

    Aspose::Words::Drawing::SignatureLine::get_Instructions method. Gets or sets instructions to the signer that are displayed on signing the signature line. This property is ignored if DefaultInstructions is set. Default value for this property is empty string in C++....the "SignatureLineOptions" object we have created above. // If...signature line via its Shape object. SharedPtr < SignatureLine...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. SaveOptions.DmlRenderingMode | Aspose.Words for...

    Discover how the SaveOptions DmlRenderingMode property enhances your DrawingML shape rendering. Optimize your document visuals effortlessly!...// Create a "PdfSaveOptions" object that we can pass to the document's...// Create a "PdfSaveOptions" object that we can pass to the document's...

    reference.aspose.com/words/net/aspose.words.sav...
  3. OdsoRecipientDataCollection Class | Aspose.Word...

    Discover Aspose.Words.Settings.OdsoRecipientDataCollection, a powerful typed collection for managing OdsoRecipientData efficiently in your applications....OdsoRecipientData ) Adds an object to the end of this collection...GetEnumerator () Returns an enumerator object that can be used to iterate...

    reference.aspose.com/words/net/aspose.words.set...
  4. FieldUpdateCultureSource enumeration | Aspose.W...

    Aspose.Words.Fields.FieldUpdateCultureSource enumeration. Indicates what culture to use during field update.... at (] { "Date1" }, new object [) { new DateTime ( 2020 ,...new . at (] { "Date2" }, new object [) { new DateTime ( 2020 ,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to Decrypt PDF File using C#

    This quick tutorial guides on how to decrypt PDF file using C#. You can decrypt PDF using C# with the help of a simple code without installing any third-party tool....file into the Document class object using the file name and password...response object once the document is saved to response object in a...

    kb.aspose.com/pdf/net/how-to-decrypt-pdf-file-u...
  6. How to Create Bookmark in Word using Java

    In this short tutorial you will learn how to create bookmark in Word using Java. You will get all the information related to environment, step-wise process and a sample code to add bookmark to Word document using Java....file using the Document class object and instantiate the DocumentBuilder...DocumentBuilder class object Create a bookmark and set its name Add...

    kb.aspose.com/words/java/how-to-create-bookmark...
  7. How to Convert PDF to PDFA Format using Python

    This topic covers the details on how to convert PDF to PDFA format using Python. It provides information to set up the environment and a step-by-step procedure to write the PDF to PDFA converter using Python....PDFA using the Document class object Show the current format of...file using the Document class object. In the subsequent step, the...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  8. How to Encrypt Excel File with Password in Java

    This article guides on how to encrypt Excel file with password in Java. It provides the details about the required resources, a complete logic to write the program and a runnable sample code to demonstrate the process to create password protected Excel file in Java....Excel file into the Workbook object that is to be encrypted Select...password using the Settings object in the Workbook class Save...

    kb.aspose.com/cells/java/how-to-encrypt-excel-f...
  9. How to Convert HTML to JPG in Java

    This brief tutorial describes how to convert HTML to JPG in Java by providing detailed steps to configure the environment and a sample code. To convert HTML to JPG Java code demonstrates loading an HTML file and saving it as PNG image....HTML using HTMLDocument class object to convert it to JPG Initialize...instantiating ImageSaveOptions class object to configure the output image...

    kb.aspose.com/html/java/how-to-convert-html-to-...
  10. Insert Bullets in Word using C#

    Follow this article to insert bullets in Word using C#. It has the details for IDE, steps, and a sample code for creating Microsoft Word bullet points using C#....class object to add bullets Create a DocumentBuilder object for...file, link a DocumentBuilder object with it, and start a list by...

    kb.aspose.com/words/net/insert-bullets-in-word-...