Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 91,327 for

object

(0.12 sec)
  1. Manage Header and Footer|Aspose.PDF for Java

    Learn how to add, remove, or modify headers and footers in a PDF document using Aspose.PDF in Java....header, you first need to create object of PdfFileStamp class. You...() { // Create PdfFileStamp object PdfFileStamp fileStamp = new...

    docs.aspose.com/pdf/java/manage-header-and-footer/
  2. Add Ellipses to Presentations in C++|Aspose.Sli...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for C++ across PPT and PPTX presentations — C++ code examples included....AddAutoShape method exposed by IShapes object Write the modified presentation...AddAutoShape method exposed by IShapes object. Set the Fill Type of the Ellipse...

    docs.aspose.com/slides/cpp/ellipse/
  3. Create Pivot Table|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....properties of a PivotTable object, used as the pivot table building...building blocks. The pivot table objects are: PivotField : it represents...

    docs.aspose.com/cells/java/create-pivot-table/
  4. Extract Links from the PDF File|Aspose.PDF for C++

    Learn how to extract links from a PDF document in C++ using Aspose.PDF to analyze and manage hyperlinks within PDF files....LinkAnnotation objects. Create a Document object. Get the Page...extract all the LinkAnnotation objects from the specified page. Pass...

    docs.aspose.com/pdf/cpp/extract-links/
  5. 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...
  6. 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/
  7. Accessing Cells of a Worksheet|Documentation

    This article shows how to get the maximum display range of a worksheet and access cells through the Aspose.Cells for .NET API.... How to Get a Cell Object by Cell Name Developers can...If yes, it returns the cell object in the collection; otherwise...

    docs.aspose.com/cells/net/accessing-cells-of-a-...
  8. Insert Footnote in Word using Java

    Follow this article to insert footnote in Word using Java. It has details to set the IDE, a list of steps, and a sample code for creating footnote in Word using Java....Document class object Create a DocumentBuilder class object by passing...passing it the loaded Word file object Add some text at the start...

    kb.aspose.com/words/java/insert-footnote-in-wor...
  9. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word document node.... DOCUMENT A Document object that, as the root of the document...document. SECTION A Section object that corresponds to one section...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Convert HTML to PDF in Python

    This article assists on how to convert HTML to PDF in Python. You will get directions to set the IDE, write the program and a runnable sample code to convert HTML file to PDF using Python....NET to render HTML Create an object of aspose.pdf.HtmlLoadOptions...HTML file into the Document object using the load options mentioned...

    kb.aspose.com/pdf/python/how-to-convert-html-to...