Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 87,574 for

object

(0.08 sec)
  1. Release Unmanaged Resources of the Workbook wit...

    Learn how to release unmanaged resources of the Workbook Object using Aspose.Cells for Node.js via C++....Workbook object. The dispose pattern is used only for objects that...managed objects, but it is unable to reclaim unmanaged objects. Workbook...

    docs.aspose.com/cells/nodejs-cpp/release-unmana...
  2. NullReferenceException on Portion.GetRect - Fre...

    Hello, We have come across a NullReferenceException when calling Portion.GetRect in Aspose.Slides.NET 25.10.0. I’ve have attached a minimal example null_ref_exception.zip (520.2 KB) var pres = new Presentation("./nul…...GetRect() may occur if the Portion object is not properly initialized...GetRect() , ensure that the portion object is not null. You can add a...

    forum.aspose.com/t/nullreferenceexception-on-po...
  3. 在VSTO和Aspose.Cells中创建命名范围|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.... VSTO //Create Excel Object Excel . Application xl = Application..."Test_Range.xls" ); //Quit Excel Object xl . Quit (); Aspose.Cells...

    docs.aspose.com/cells/zh/net/creating-a-named-r...
  4. 用 C++ 从工作表中删除数据透视表|Documentation

    使用 Aspose.Cells 的 C++ 代码删除 Excel 工作表中的数据透视表。...xlsx" ; // Create workbook object from source Excel file Workbook...Access the first pivot table object PivotTable pivotTable = worksheet...

    docs.aspose.com/cells/zh/cpp/delete-pivot-table...
  5. Comment class | Aspose.Words for Python

    aspose.words.Comment class. Represents a container for text of a comment... If a Comment object occurs on its own, the comment...the position of the Comment object. To anchor a comment to a region...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 在 Jython 中管理分页符|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....# Instantiating a Workbook object workbook = Workbook ( dataDir...# Instantiating a Workbook object workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  7. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignature class. Represents a digital signature on a document and the result of its verification. To learn more, visit the documentation article in C++....DigitalSignature : public System :: Object Methods Method Description...Returns the certificate holder object that contains the certificate...

    reference.aspose.com/words/cpp/aspose.words.dig...
  8. Decrypt PDF File|Aspose.PDF for Java

    Discover how to decrypt PDF files using Aspose.PDF in Java and remove password protection to gain access to the content....need to create PdfFileSecurity object and then call the DecryptFile...); // Create PdfFileSecurity object if ( pdfFileInfo . isEncrypted...

    docs.aspose.com/pdf/java/decrypt-pdf-file/
  9. Change Password of PDF File|Aspose.PDF for Java

    Learn how to change the password of a PDF file for enhanced security using Aspose.PDF in Java....need to create PdfFileSecurity object and then call the ChangePassword...); // Create PdfFileSecurity object if ( pdfFileInfo . isEncrypted...

    docs.aspose.com/pdf/java/change-password/
  10. How to Insert Picture in Word using Python

    This tutorial provides quick information on how to insert picture in Word using Python. It contains information to configure the environment, a step-by-step process and finally a runnable sample code that demonstrates the process to insert image in Word using Python....file into the Document class object for adding a picture Instantiate...Instantiate DocumentBuilder class object to insert elements in the document...

    kb.aspose.com/words/python/how-to-insert-pictur...