Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 95,640 for

object

(0.51 sec)
  1. 将圆形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将圆形对象创建到您的PDF中。... 创建具有特定尺寸的 Drawing object 。 为Drawing对象设置 Border 。 将 Graph... Add (); // Create Drawing object with certain dimensions var...

    docs.aspose.com/pdf/zh/net/add-circle/
  2. Convert VSD to VSDX using Python

    This short tutorial describes the process to convert VSD to VSDX using Python. It provides all the necessary details to set the IDE and develop a VSD to VSDX converter using Python....Create the LoadOptions class object and set the input format and...input VSD file into the Diagram object from the disk using the file...

    kb.aspose.com/diagram/python/convert-vsd-to-vsd...
  3. Convert HTML to GIF in Java

    Convert HTML to GIF in Java with a few API calls. This guide provides the IDE settings, program logic, and code for converting HTML to animated GIF in Java....HTMLDocument object for HTML to GIF conversion Create an object of the...Provide the input file, options object, and output GIF file name These...

    kb.aspose.com/html/java/convert-html-to-gif-in-...
  4. Aspose::Words::Properties::DocumentProperty::ge...

    Aspose::Words::Properties::DocumentProperty::get_Value method. Gets or sets the value of the property in C++....System :: SharedPtr < System :: Object > Aspose :: Words :: Properties...docx" ); // The "Document" object contains some of its metadata...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. 在Ruby中管理工作表|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 = Rjb :: import (...new worksheet to the Workbook object worksheets = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/managing-workshee...
  6. Aspose.Pdf.Image File Lock - Free Support Forum...

    How can you release the lock on the file after reading it using Aspose.Pdf.Image? The following code causes the ‘Image.png’ file to be locked but there is no way to release that lock after using the image Object: var i…...lock after using the image object: var image = new Aspose.Pdf... Are you reusing the image object elsewhere in the code, or is...

    forum.aspose.com/t/aspose-pdf-image-file-lock/3...
  7. Tables|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....Creating a List Object Formatting List Object Hide Overlaid Content...the Comment of Table or List Object Smart HTML Analyzing your prompt...

    docs.aspose.com/cells/python-java/tables/
  8. Add Attachments to PDF using PHP | Aspose.PDF

    PHP sample code for adding attachments to PDF documents on any platform....Document object. Create a FileSpecification object with the file...FileSpecification object to the Document object’s EmbeddedFiles...

    products.aspose.com/pdf/php-java/attachments/add/
  9. Extract Images from PDF and recognize BarCodes|...

    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....Annotation and other related objects. There are cases when Barcodes...them. According to Document Object Model of Aspose.PDF for .NET...

    docs.aspose.com/pdf/net/extract-images-from-pdf...
  10. Add and Delete a Bookmark|Aspose.PDF for .NET

    You can add a bookmark to a PDF document with C#. It is possible to delete all or particular bookmarks from a PDF document....Bookmarks are held in the Document object’s OutlineItemCollectio collection...PDF document using Document object. Create a bookmark and define...

    docs.aspose.com/pdf/net/add-and-delete-bookmark/