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

object

(0.12 sec)
  1. AxisBound Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisBound class, your solution for defining axis value limits in charts for precise data visualization....Equals ( object ) Determines whether the specified object is equal...equal in value to the current object. override GetHashCode () Serves...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CustomDocumentProperties class. A collection of custom document properties. To learn more, visit the documentation article in C++....override Returns an enumerator object that can be used to iterate...Returns a DocumentProperty object by the name of the property...

    reference.aspose.com/words/cpp/aspose.words.pro...
  3. Protecting Worksheets|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....Microsoft Excel are: Contents Objects Scenarios Protected worksheets...worksheet Objects The user cannot modify drawing objects Scenarios...

    docs.aspose.com/cells/python-net/protecting-wor...
  4. Add Text and Image Stamp|Aspose.PDF for .NET

    This section explains how to add Text and Image Stamp with Aspose.PDF Facades using PdfFileStamp Class.... you first need to create objects of PdfFileStamp and Stamp classes...background etc. using Stamp object as well. Then you can add the...

    docs.aspose.com/pdf/net/add-text-and-image-stamp/
  5. GlowFormat | Aspose.Words for Java

    Represents the glow formatting for an Object in Java....Object public class GlowFormat Represents...the glow formatting for an object. Remarks: Use the ShapeBase...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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...
  7. 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...
  8. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for .NET API, developers can build tangent and binormal data for all meshes in any supported 3D file....method takes the Scene class object as a parameter and another...another one takes the Mesh class object as a parameter as shown in this...

    docs.aspose.com/3d/net/build-tangent-and-binorm...
  9. 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/
  10. 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/