Sort Score
Result 10 results
Languages All
Labels All
Results 6,271 - 6,280 of 96,262 for

object

(0.57 sec)
  1. Working with Contacts on Exchange Server|Docume...

    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....CreateContact() method takes a Contact object as an input parameter. To add...credentials. Initialize the Contact object with the desired properties...

    docs.aspose.com/email/cpp/working-with-contacts...
  2. How to Insert Picture in Word using Java

    In this brief tutorial, you will learn how to insert picture in Word using Java in Windows, MacOS, or Linux. This tutorial can be used to add picture in Word document using Java in the header or contents part....class object Instantiate DocumentBuilder class object Insert...

    kb.aspose.com/words/java/how-to-insert-picture-...
  3. How to Create OMR Answer Sheet Checker using Java

    This short tutorial covers the details about how to create OMR answer sheet checker using Java. You can make OMR answer sheet checker using Java in any operating system environments like MS Windows, macOS, or Linux....Maven Repository Initialize an object of OmrEngine class Load the...sample, the OmrEngine class object is initiated and then the template...

    kb.aspose.com/omr/java/how-to-create-omr-answer...
  4. Convert Image to EPS in C#

    This brief tutorial covers how to convert Image to EPS in C#. It discusses the environment configuration, the algorithm, and a sample code to convert JPG to EPS file in C#....Initiate a PsSaveOptions class object Specify custom values for margins...creating a default options object. Subsequently, set different...

    kb.aspose.com/page/net/convert-image-to-eps-in-...
  5. Draw Rectangle in Java

    This article demonstrates how to draw rectangle in Java. It covers the IDE setup, the method, and a practical code example to create a rectangle in Java....dimensions to build a Bitmap object Create a Graphics class instance...instance using the Bitmap object Use drawRectangle by specifying...

    kb.aspose.com/drawing/java/draw-rectangle-in-java/
  6. How to Resize SVG Image in Java

    This brief tutorial explains how to resize SVG image in Java. It enables to change size of SVG image in Java with the help of detailed steps and a runnable sample code....SVG file into the Image class object that is to be resized in Java...You may use SvgOptions class object in the Image.Save() function...

    kb.aspose.com/imaging/java/how-to-resize-svg-im...
  7. Conversion from Word to Excel using Python

    Follow this article for conversion from Word to Excel using Python. It has all the details to set the IDE, a list of steps, and a sample code for writing a simple Word DOC to Excel converter using Python....Word file into the Document object using the given load options...initialize the LoadOptions object with the LoadFormat.DOCX value...

    kb.aspose.com/words/python/conversion-from-word...
  8. How to Convert Word to Markdown using Java

    In this short tutorial you will learn how to convert Word to Markdown using Java. The following code and steps can be followed to create Word to Markdown converter using Java in any of the commonly used operating system like Windows, macOS, or Linux....Instantiate the Document class object to load source document Using...Java In this code snippet, an object of Document class is initialized...

    kb.aspose.com/words/java/how-to-convert-word-to...
  9. Convert Markdown to XPS using Python

    This guide discusses how to convert Markdown to XPS using Python. You need to follow the steps and run the code snippet to convert MD to XPS in Python with a few method calls....render Markdown to XPS Create an object of the HTMLDocument class to...Create an HTMLDocument class object to work with the generated...

    kb.aspose.com/html/python/convert-markdown-to-x...
  10. Convert SVG to PDF in Java

    This topic will let you convert SVG to PDF in Java. It covers information about setting up the environment and offers a code example to create a SVG to PDF converter software in Java....of the Image class Create an object of the PdfOptions class and...CadRasterizationOpti class object to set the page size Use the...

    kb.aspose.com/cad/java/convert-svg-to-pdf-in-java/