Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 97,373 for

object

(0.17 sec)
  1. FileFormatUtil.DetectFileFormat | Aspose.Words ...

    Quickly identify document formats with FileFormatUtil's DetectFileFormat method. Get accurate format insights for efficient file management....Return Value A FileFormatInfo object that contains the detected...the document into a Document object. This method throws FileCorruptedExcepti...

    reference.aspose.com/words/net/aspose.words/fil...
  2. Aspose.PSD for .NET 20.8 - 发布说明|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....void AssertAreEqual ( object actual , object expected ) { var areEqual...areEqual = object . Equals ( actual , expected ); if (! areEqual...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  3. How to convert Word to PDF in Java

    This tutorial describes how to convert Word to PDF in Java. It provides the sequence of steps to perform this conversion along with a runnable Java code to convert DOCX to PDF....Word document using Document object to export to PDF Instantiate...Instantiate a PdfSaveOptions class object to create a custom PDF Set the...

    kb.aspose.com/words/java/how-to-convert-word-to...
  4. How to Convert a JPG to Word using C#

    This article guides on how to convert a JPG to Word using C#. It provides the resources to set the IDE, a list of steps, and a runnable sample code to change JPG to Word using C#....document using the Document class object for inserting a JPG image Instantiate...Instantiate the DocumentBuilder class object and initialize it with the...

    kb.aspose.com/words/net/how-to-convert-a-jpg-to...
  5. Export LaTeX to Word in C#

    Refer to this article to export LaTeX to Word in C#. It covers the details to set the IDE, a list of steps, and a sample code for converting TEX to Word format using a few API calls only....file Configure the TeXOptions object to initialize options for a...into the Aspose.Pdf.Document object and save a Word file These...

    kb.aspose.com/tex/net/export-latex-to-word-in-c...
  6. How to Convert PPTX to PPT in Java

    This tutorial guides on how to convert PPTX to PPT in Java. It shares the configuration details, program sequence and a runnable sample code to change PPTX to PPT in Java....into the Presentation class object Perform some operations on...file into a Presentation class object and then can save it directly...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...
  7. When need guidance on using root level values i...

    While testing the LINQ Reporting Engine with a JSON payload, we observed the following behaviors, which may indicate a limitation or issue. Could you please help clarify? Query 1: Accessing Multiple Root-Level Elements …...is that you use Contextual Object Member Access in your template...Inside a data band body, the object is resolved to the innermost...

    forum.aspose.com/t/when-need-guidance-on-using-...
  8. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....Object, com.aspose.words.SaveOptions...// Create a "TxtSaveOptions" object, which we can pass to the document's...

    reference.aspose.com/words/java/com.aspose.word...
  9. 当时间过长时使用 InterruptMonitor 停止转换或加载|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....InterruptMonitor 停止转换或加载 下面的示例代码解释了 中断监视器 object. The code converts quite a...{ //Create InterruptMonitor object InterruptMonitor im = new InterruptMonitor...

    docs.aspose.com/diagram/zh/java/stop-conversion...
  10. Reusing Style Objects with C++|Documentation

    In Aspose.Cells for C++, by creating and using reusable style Objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style Objects and implement them in your application....Reusing Style Objects with C++ Contents [ Hide ] Reusing style...style objects can save memory and make a program faster. To apply...

    docs.aspose.com/cells/cpp/reusing-style-objects/