Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 95,675 for

object

(0.35 sec)
  1. Paragraph Formatting in Word with Python

    This article guides how to set the paragraph formatting in Word with Python. It has IDE settings, steps, and a sample code for indenting paragraphs with Python....Create the DocumentBuilder class object for the above Word file Use... linking a DocumentBuilder object with it, and accessing the...

    kb.aspose.com/words/python/paragraph-formatting...
  2. 使用 Aspose.Cells for JavaScript 通过 C++ 自动刷新 OLE ...

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中自动刷新 OLE 对象。...head > < title > Refresh OLE Objects Example </ title > </ head...body > < h1 > Refresh OLE Objects Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/automat...
  3. Sending meeting request with recurrence|Documen...

    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....com" )); // Fill appointment object Date startDate = sdf . parse...17:30:00" ); // Create appointment object Appointment agendaAppointment...

    docs.aspose.com/email/java/sending-meeting-requ...
  4. Adding New Worksheets to Workbook and Activatin...

    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....//Instantiate the Application object. Excel . Application excelApp...Value ); //Declare a Worksheet object. Excel . Worksheet newWorksheet...

    docs.aspose.com/cells/net/adding-new-worksheets...
  5. Work with Text in a Table|Aspose.Words for C++

    Replace text in a table in C++. Extract Plain Text from Table or Cell using C++....to the Range object. Using the table range object, you can replace...Table or Cell Using the Range object, you can also call methods...

    docs.aspose.com/words/cpp/work-with-text-in-a-t...
  6. Work with Text in a Table|Aspose.Words for Java

    Replace text in a table in Java. Extract Plain Text from Table or Cell using Java....to the Range object. Using the table range object, you can replace...from a Table Using the Range object, you can also call methods...

    docs.aspose.com/words/java/extract-text-from-an...
  7. Add Digital Signatures to Presentations in Java...

    Learn how to digitally sign PowerPoint & OpenDocument files with Aspose.Slides for Node.js via Java. Secure your slides in seconds with clear code examples....password to DigitalSignature object. Add created signature to the...the presentation object. // Opening the presentation file var...

    docs.aspose.com/slides/nodejs-java/digital-sign...
  8. Add Digital Signatures to Presentations in C++|...

    Learn how to digitally sign PowerPoint & OpenDocument files with Aspose.Slides for C++. Secure your slides in seconds with clear code examples....password to DigitalSignature object. Add created signature to the...the presentation object. auto pres = System :: MakeObject < Presentation...

    docs.aspose.com/slides/cpp/digital-signature-in...
  9. How to Remove Metadata from PDF in Java

    This article guides on how to remove metadata from PDF in Java. It has the details to set the IDE, a programming tasks list, and a runnable sample code to strip PDF metadata in Java....file using the Document class object for stripping metadata Fetch...using the DocumentInfo class object Call the clear() method to...

    kb.aspose.com/pdf/java/how-to-remove-metadata-f...
  10. Convert URL to PDF in Java

    This quick tutorial guides on how to convert URL to PDF in Java. It has the IDE settings, a list of steps, and a sample code for transforming link into PDF in Java....contents into the Document object Save the resultant PDF document...contents. Create a PDF Document object from the webpage contents and...

    kb.aspose.com/pdf/java/convert-url-to-pdf-in-java/