Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 86,656 for

object

(0.05 sec)
  1. Aspose::Words::DocumentVisitor::VisitOfficeMath...

    Aspose::Words::DocumentVisitor::VisitOfficeMathEnd method. Called when enumeration of a Office Math Object has ended in C++....enumeration of a Office Math object has ended. virtual Aspose ::...rds::Math::OfficeMath> The object that is being visited. ReturnValue...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. How to Convert PNG to PowerPoint Slide in C#

    This article contains information on how to convert PNG to PowerPoint Slide in C#. It provides the configuration details, step wise process to accomplish this task and a sample code to assist for creating a PNG to PPTX converter in C#....application Create a new Presentation object Get the reference to the first...in C# we have used the Slide object to hold the reference to the...

    kb.aspose.com/slides/net/how-to-convert-png-to-...
  3. How to Convert CSV to PDF using C#

    This basic tutorial will explain how to convert CSV to PDF using C#. It provides steps and running code to change CSV to PDF using C#....Create a TxtLoadOptions class object to set the separator used in...file Initialize Workbook class object to load the CSV file using...

    kb.aspose.com/cells/net/how-to-convert-csv-to-p...
  4. How to Open Password Protected Excel File in Java

    This article encompassess information on how to open password protected Excel file in Java. By using Java open Excel file with password with the help of a few lines of code provided in this article....instance of the LoadOptions class object to use the password property...Workbook class object using the LoadOptions object with a password...

    kb.aspose.com/cells/java/how-to-open-password-p...
  5. How to Convert TSV to Excel in C#

    This article describes how to convert TSV to Excel in C#. It shares all the information required to configure the environment, steps to be followed and a runnable sample code that transforms a TSV file to Excel in C#....argument to the LoadOptions object Load the source TSV file into...into the Workbook object using the above options Save the loaded...

    kb.aspose.com/cells/net/how-to-convert-tsv-to-e...
  6. DocumentBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentBuilder class—your solution for effortlessly inserting text, images, and formatting elements in documents....CellFormat { get; } Returns an object that represents current table...sets the Document object that this object is attached to. Font...

    reference.aspose.com/words/net/aspose.words/doc...
  7. aspose.words.rendering module | Aspose.Words fo...

    The aspose.words.rendering module provides classes that allow to customize printing or rendering of documents....corresponding methods on the Document object. Classes Class Description...vector image or to a Graphics object. To learn more, visit the Working...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 在xlsx4j中打印工作簿|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....xls" ); //Create an object for ImageOptions ImageOrPrintOptions...0 ); //Create a SheetRender object with respect to your desired...

    docs.aspose.com/cells/zh/java/printing-workbook...
  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/