Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 94,495 for

object

(0.51 sec)
  1. Working with Document in Java|Aspose.Words for ...

    The `Document` class provides various document properties and methods. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for Java. The `Document` Object can be saved to a file or stream and also sent to a browser.... The Document object contains all content and formatting...properties, and the MailMerge object that is used for a mail merge...

    docs.aspose.com/words/java/working-with-document/
  2. How to Change Password of PDF using Python

    This article describes how to change password of PDF using Python. It guides to set the environment, provides steps to follow and shares a runnable sample code to change password of PDF file using Python....Create the PdfFileInfo class object to check the encryption state...perform the steps below Create an object of the PdfFileSecurity class...

    kb.aspose.com/pdf/python/how-to-change-password...
  3. Convert a CSV File to JSON using Python

    Refer to this article for converting CSV to JSON using Python. You will get details to set the IDE, a list of steps, and a sample code for developing a CSV to JSON formatter using Python....Workbook class object Create the JsonSaveOptions object to customize...Workbook class object, create the JsonSaveOptions object, and save...

    kb.aspose.com/cells/python/convert-a-csv-file-t...
  4. How to Convert JSON to PDF in Node.js

    This article guides on how to convert JSON to PDF in Node.js. It contains the list of tasks along with the IDE configuration and a runnable sample code demonstrating JSON to PDF converter in Node.js....Create a JsonLayoutOptions class object Call the importData() method...saved followed by declaring an object of JsonLayoutOptions class...

    kb.aspose.com/cells/nodejs/how-to-convert-json-...
  5. How to Open Password Protected Excel File in C#

    This article contains information on how to open password protected Excel file in C#. By using C# open Excel file with password with the help of a few lines of code provided in this article....manager Create LoadOptions class object to use the password property...the Workbook object using the LoadOptions object with a password...

    kb.aspose.com/cells/net/how-to-open-password-pr...
  6. Protecting Worksheets|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Microsoft Excel are: Contents Objects Scenarios Protected worksheets...worksheet Objects The user cannot modify drawing objects Scenarios...

    docs.aspose.com/cells/net/protecting-worksheets/
  7. Stop conversion or loading using InterruptMonit...

    Learn how to stop the conversion of Workbook to various formats using InterruptMonitor when it is taking too long with Aspose.Cells for Node.js via C++....using the InterruptMonitor object when it is taking too long...the usage of InterruptMonitor object. The code converts quite a...

    docs.aspose.com/cells/nodejs-cpp/stop-conversio...
  8. PreferredWidth Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.PreferredWidth class, your solution for defining optimal table and cell widths with precision and flexibility. Enhance your document layouts today!...Equals ( object ) Determines whether the specified object is equal...equal in value to the current object. Equals ( PreferredWidth )...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Aspose::Words::Drawing::OleFormat::get_OlePacka...

    Aspose::Words::Drawing::OleFormat::get_OlePackage method. Provide access to OlePackage if OLE Object is an OLE Package. Returns null otherwise in C++....access to OlePackage if OLE object is an OLE Package. Returns...Examples Shows how insert an OLE object into a document. auto doc =...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Hello World PHP via Java Example|Aspose.PDF for...

    This page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for PHP via Java....Instantiate a Document object Add a Page to document object Create a TextFragment...TextFragment object Add TextFragment to Paragraph collection of...

    docs.aspose.com/pdf/php-java/hello-world-example/