Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 90,865 for

object

(0.19 sec)
  1. How to Convert PDF to CSV using C#

    This easy tutorial explains how to convert PDF to CSV using C#. It explains how using C# PDF to CSV converter can be written with the help of detailed steps and ready to run sample code....file into the Document class object for conversion to CSV Instantiate...the ExcelSaveOptions class object to define the output file format...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-csv...
  2. How to Convert JPG to Word Format in Java

    This article explains how to convert JPG to Word format in Java. It shares the details to set the development environment, a list of steps, and a runnable sample code to transfer JPG to Word in Java....file using the Document class object to convert JPG to a Word file...Create a DocumentBuilder class object for the loaded Word file that...

    kb.aspose.com/words/java/how-to-convert-jpg-to-...
  3. CustomDocumentProperties Class | Aspose.Words f...

    Discover Aspose.Words.Properties.CustomDocumentProperties for managing custom document properties effortlessly. Enhance your document management today!...Returns a DocumentProperty object by index. virtual Item { get;...Returns a DocumentProperty object by the name of the property...

    reference.aspose.com/words/net/aspose.words.pro...
  4. Aspose::Words::Fields::FieldOptions::get_Curren...

    Aspose::Words::Fields::FieldOptions::get_CurrentUser method. Gets or sets the current user information in C++....// Create a UserInformation object and set it as the data source...properties of the UserInformation object that we have created above...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. 档案

    档案...bytes back into a document object. MemoryStream inStream = new...stream into a new document object. Document loadDoc = new Document(inStream);...

    blog.aspose.com/zh/total/convert-worddoc-docx-t...
  6. Working with Text | Aspose.Note Documentation

    A guide on how to work with text in Java....works as follows: Create an object of the Document class. Call...works as follows: Create an object of the Document class. Filter...

    docs.aspose.com/note/java/working-with-text/
  7. Aspose::Words::Saving::ImageSaveOptions::get_Sc...

    Aspose::Words::Saving::ImageSaveOptions::get_Scale method. Gets or sets the zoom factor for the generated images in C++.... we can pass a SaveOptions object to // edit the image while...how to render an Office Math object into an image file in the local...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Shape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Shape class. Represents an Object in the drawing layer, such as an AutoShape, textbox, freeform, OLE Object, ActiveX control, or picture...class Shape class Represents an object in the drawing layer, such...AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose.PSD for .NET 25.2 - Release Notes|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....); } void AssertIsNotNull ( object actual ) { if ( actual == null...void AssertAreEqual ( object expected , object actual , string message...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-2...
  10. How to Read PDF File in Java

    This tutorial provides information on how to read PDF file in Java. It will teach you how does Java read PDF to string and fetch all images from a PDF file....Document class object Instantiate TextAbsorber class object that can...using the TextAbsorber class object Display entire text read from...

    kb.aspose.com/pdf/java/how-to-read-pdf-file-in-...