Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 90,865 for

object

(0.17 sec)
  1. Add Animation Property and Setup Target Camera ...

    In Aspose.3D, Object animation is actually key-frame animation that animates on properties. To animate properties, you need a CurveMapping instance which maps components of a property to different curves, for example, a Vector3 property can have 3 components X/Y/Z, which will set up three channels in CurveMapping, every channel can have a set of Curves....move an object. Move Cube’s Position The Mesh class object is being...We can create a Mesh class object as narrated there and it’s...

    docs.aspose.com/3d/net/add-animation-property-a...
  2. XmlDataLoadOptions.AlwaysGenerateRootObject | A...

    Discover how the XmlDataLoadOptions AlwaysGenerateRootObject property ensures your XML data sources include a root Object, enhancing data structure and integrity....source will always contain an object for an XML root element. If...elements have same names, such an object is not created by default....

    reference.aspose.com/words/net/aspose.words.rep...
  3. Border Settings with Golang via C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Cells collection represents an object of the Cell class. Aspose.Cells...to a cell by using the Style object’s GetBorders() collection....

    docs.aspose.com/cells/go-cpp/cells-border-setti...
  4. 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...
  5. 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...
  6. A question about method dispose() in Aspose. Em...

    I looked at the introduction to method dispose() in Aspose.Email for Java, but I’m not sure how I should use it to flush memory. The below is my code: PersonalStorage personalStorage = PersonalStorage.create(cur…...resources associated with an object. In your case, you are using...using it on the MailMessage object after adding it to the inboxFolder...

    forum.aspose.com/t/a-question-about-method-disp...
  7. 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...
  8. Example of Hello World using Python|Aspose.PDF ...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Python via .NET....Instantiate a Document object Add a Page to document object Create a TextFragment...TextFragment object Set Text Colors Create a Text Builder Add TextFragment...

    docs.aspose.com/pdf/python-net/hello-world-exam...
  9. Saving PDF Document after removing content thro...

    I am trying to use Aspose.PDF to remove invisible all text layers from a document. These invisible text layers are the result of a previous OCR operation. I need to remove these text layers before reprocessing the docume…...InvokeMethod(Object target, Void** arguments, Signature...MethodBaseInvoker.InvokeDirectByRefWit(Object obj, Span`1 copyOfArgs, BindingFlags...

    forum.aspose.com/t/saving-pdf-document-after-re...
  10. Add and Delete Bookmarks|Aspose.PDF for C++

    Learn how to manage bookmarks in PDF files, including adding and deleting, using C++ and Aspose.PDF for better document navigation....Bookmark objects. You can add individual Bookmark objects into Bookmarks...Bookmarks object. You also need to create a Bookmark object and set...

    docs.aspose.com/pdf/cpp/add-and-delete-bookmarks/