Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 97,201 for

object

(0.84 sec)
  1. FieldDde | Aspose.Words for Java

    Implements the DDE field in Java....Object, com.aspose.words.Field public...static Object[][] fieldLinkedObjectsAs() { return new Object[][]...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::NodeChangingArgs class | Aspose....

    Aspose::Words::NodeChangingArgs class. Provides data for methods of the INodeChangingCallback interface. To learn more, visit the documentation article in C++....Words Document Object Model (DOM) documentation article...NodeChangingArgs : public System :: Object Methods Method Description...

    reference.aspose.com/words/cpp/aspose.words/nod...
  3. Encrypt PDF File|Aspose.PDF for Java

    This topic explains how to Encrypt PDF File using PdfFileSecurity Class....need to create PdfFileSecurity object and then call the EncryptFile...{ // Create PdfFileSecurity object PdfFileSecurity fileSecurity...

    docs.aspose.com/pdf/java/encrypt-pdf-file/
  4. 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...
  5. DocumentProperty.name property | Aspose.Words f...

    DocumentProperty.name property. Returns the name of the property....docx" ); // The "Document" object contains some of its metadata...document's "BuiltInDocumentPrope" object. /*console.log("Built-in Properties:");...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Load a font from CFF file | C++

    C++ API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file....from the file using FileInfo object Follow the algorithm to fulfill...path to the file. Initiate object passing CFF as value. Get automatically...

    docs.aspose.com/font/cpp/how-to-load-fonts/load...
  7. AutoFit Rows for Merged Cells with C++|Document...

    Learn how to auto-fit rows for merged cells in Excel using Aspose.Cells for C++....code; it creates a workbook object and adds multiple worksheets...end" )); // Create a style object Style style = sheet1 . GetCells...

    docs.aspose.com/cells/cpp/autofit-rows-for-merg...
  8. Aspose::Words::Fields::FieldUserInitials::get_U...

    Aspose::Words::Fields::FieldUserInitials::get_UserInitials method. Gets or sets the current user's initials in C++....// Create a UserInformation object and set it as the source of...taken from the UserInformation object we created above. auto builder...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldUserAddress::get_Us...

    Aspose::Words::Fields::FieldUserAddress::get_UserAddress method. Gets or sets the current user's postal address in C++....// Create a UserInformation object and set it as the source of...taken from the UserInformation object we created above. auto builder...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. How to Find Field Properties|Aspose.Words for C++

    How to find some field properties like field code and field result in C++....InsertField returns a Field object. This is a faсade class that...GetFieldCode() method on the Field object. The method returns a String...

    docs.aspose.com/words/cpp/find-field-properties/