Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 94,431 for

object

(0.21 sec)
  1. OlePackage.displayName property | Aspose.Words ...

    OlePackage.displayName property. Gets or sets OLE Package display name....Examples Shows how insert an OLE object into a document. let doc =...DocumentBuilder ( doc ); // OLE objects allow us to open other files...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java offers to manage normals and UV on the geometric shapes. A mesh stores the key properties for every vertex, position in space, and its normal, known as a vector perpendicular to the original surface. The normal is major to shading counts and should be a unit vector. Most mesh formats also support some form of UV coordinates which are a separate 2D representation of the mesh "unfolded" to show what portion of a 2-dimensional texture map to apply to different polygons of the mesh.... The Mesh class object is being used in the code....We can create a Mesh class object as narrated here and then point...

    docs.aspose.com/3d/java/set-up-normals-or-uv-on...
  3. Set up normals or UV on the Cube and Add Materi...

    How to create normals or uv data on a mesh in Aspose.3D.... The Mesh class object is being used in the code....We can create a Mesh class object as narrated there and then...

    docs.aspose.com/3d/python-net/set-up-normals-or...
  4. Change Password of PDF File|Aspose.PDF for Java

    Learn how to change the password of a PDF file for enhanced security using Aspose.PDF in Java....need to create PdfFileSecurity object and then call the ChangePassword...); // Create PdfFileSecurity object if ( pdfFileInfo . isEncrypted...

    docs.aspose.com/pdf/java/change-password/
  5. Decrypt PDF File|Aspose.PDF for Java

    Discover how to decrypt PDF files using Aspose.PDF in Java and remove password protection to gain access to the content....need to create PdfFileSecurity object and then call the DecryptFile...); // Create PdfFileSecurity object if ( pdfFileInfo . isEncrypted...

    docs.aspose.com/pdf/java/decrypt-pdf-file/
  6. Apply Superscript and Subscript Effects on Font...

    The Node.js code to apply superscript and subscript effects to text in Excel using Aspose.Cells for Node.js via C++....effect by setting the Font object’s setIsSuperscript method to...apply subscript, set the Font object’s setIsSubscript method to...

    docs.aspose.com/cells/nodejs-cpp/apply-superscr...
  7. XmlDataLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Reporting.XmlDataLoadOptions for efficient XML data loading. Optimize your document processing with flexible configuration options....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...
  8. How to Create and Convert an XML File to PDF|As...

    PDF SharePoint API is capable of creating and converting XML files into PDF format....NET Document Object Model. According to Aspose...contains a collection of Section objects, and a Section contains one...

    docs.aspose.com/pdf/sharepoint/how-to-create-an...
  9. Basics of Aspose.PDF DOM API|Aspose.PDF for .NET

    Aspose.PDF for .NET also uses the idea of DOM to represent the structure of a PDF document in terms of Objects....Introduction to the DOM API Document Object Model (DOM) is a form of representation...structured documents as an object-oriented model. DOM is the...

    docs.aspose.com/pdf/net/basics-of-dom-api/
  10. Get a Particular Page in a PDF File in Python|A...

    Explore how to extract a particular page from a PDF file in Python using Aspose.PDF for detailed document handling....1 ) # create a new Document object new_document = self . Document...collection of new document object new_document . getPages ()...

    docs.aspose.com/pdf/java/get-a-particular-page-...