Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 94,495 for

object

(0.91 sec)
  1. IMailMergeDataSource.GetValue | Aspose.Words fo...

    Discover the IMailMergeDataSource GetValue method, effortlessly retrieve field values or get false if not found. Streamline your data management today!...GetValue ( string fieldName , out object fieldValue ) Parameter Type...the data field. fieldValue Object& Returns the field value. Return...

    reference.aspose.com/words/net/aspose.words.mai...
  2. Assemble Spreadsheets|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....programmatically: Create an object of the Workbook class. Call...//Instantiating a Workbook object Workbook workbook = new Workbook...

    docs.aspose.com/cells/net/assemble-spreadsheets/
  3. Aspose::Words::Drawing::ShapeBase::GetShapeRend...

    Aspose::Words::Drawing::ShapeBase::GetShapeRenderer method. Creates and returns an Object that can be used to render this shape into an image in C++....method Creates and returns an object that can be used to render...() ReturnValue The renderer object for this shape. Remarks This...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. DataTableReader | Aspose.Words for Java

    The DataTableReader obtains the contents of one or more DataTable Objects in the form of one or more read-only forward-only result sets in Java....Object, com.aspose.words.net.System...contents of one or more DataTable objects in the form of one or more...

    reference.aspose.com/words/java/com.aspose.word...
  5. DocumentProperty.Type | Aspose.Words for .NET

    Discover the DocumentProperty Type to efficiently retrieve and utilize property data types for enhanced document management and automation....docx" ); // The "Document" object contains some of its metadata...document's "BuiltInDocumentPrope" object. Console . WriteLine ( "Built-in...

    reference.aspose.com/words/net/aspose.words.pro...
  6. Aspose.PSD for Java 24.4 - 发布说明|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 expected , Object actual ) { assertAreEqual...assertAreEqual ( expected , actual , "Objects are not equal." ); } static...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  7. Aspose.PSD for .NET 24.6 - Release Notes|Docume...

    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 expected , object actual , string message...message = null ) { if (! object . Equals ( expected , actual ))...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-6...
  8. How to Create Word Document using Python

    This article explains how to create Word document using Python. To generate Word document Python environment configuration details and sample code is provided for reference....Document class object Instantiate the DocumentBuilder object using the...using DocumentBuilder class object Save the newly created document...

    kb.aspose.com/words/python/how-to-create-word-d...
  9. How to Build a Table from a DataTable in C#|Asp...

    Example of filling document table from external database using C#....Create a new DocumentBuilder object on your Document . Start a...through each object in the DataRow . Insert the object into the document...

    docs.aspose.com/words/net/how-to-build-a-table-...
  10. How to Export MD File to PDF in Python

    This article guides on how to export MD file to PDF in Python. It shares the settings for the IDE and a list of steps along with the runnable code for converting MD to PDF in Python....an MD file to PDF Create an object of MdLoadOptions class to control...file Use the Document class object to load the source MD file...

    kb.aspose.com/pdf/python/how-to-export-md-file-...