Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 96,282 for

object

(2.08 sec)
  1. Add Comments in Spreadsheet in xlsx4j|Documenta...

    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....the Worksheet object). The new Comment object can be accessed...After accessing the Comment object, customize the comment note...

    docs.aspose.com/cells/java/add-comments-in-spre...
  2. Move PDF Pages|Aspose.PDF for Java

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Java....should: Create a Document class object with the source PDF file. Create...Create a Document class object with the destination PDF file...

    docs.aspose.com/pdf/java/move-pages/
  3. 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/
  4. FieldOptions.field_update_culture_provider prop...

    FieldOptions.field_update_culture_provider property. Gets or sets a provider that returns a culture Object specific for each particular field....provider that returns a culture object specific for each particular...is present, then the culture object it returns is used for the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.PSD for .NET 23.12 - Release Notes|Docum...

    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....Error “Object reference not set to an instance of an object.” on...image file as an embedded smart object in the PSD image. Enhancement...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  6. 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...
  7. Format cells with JavaScript via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for JavaScript via C++, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets...." ; // Defining a Style object let style ; // Get the style...</ html > How to Use Style Object to Format Different Cells If...

    docs.aspose.com/cells/javascript-cpp/cells-form...
  8. 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/
  9. Extract Images from PDF|Aspose.PDF for PHP via ...

    How to extract a part of the image from PDF using Aspose.PDF for PHP...index returns an XImage object. This object provides a save method...Create a new FileOutputStream object to save the image $outputImage...

    docs.aspose.com/pdf/php-java/extract-images-fro...
  10. Split PDF programmatically|Aspose.PDF for Java

    This topic shows how to split PDF pages into individual PDF files in your Java applications....document through the Document object’s PageCollection collection...Document object and add the individual Page object into the empty...

    docs.aspose.com/pdf/java/split-document/