Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 94,271 for

object

(0.19 sec)
  1. Opening Files with Different Formats with Node....

    Aspose.Cells for Node.js via C++ API allows you to open/read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc....SpreadsheetML ); // Create a Workbook object and open the file from its...an HTML file into a Workbook object. The HTML file should be Microsoft...

    docs.aspose.com/cells/nodejs-cpp/opening-files-...
  2. 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...
  3. 使用嵌套对象|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....Nested Object.xlsx" ; //Initialize WorkbookDesigner object WorkbookDesigner...Individual >(); //Create an object for the Individual class Individual...

    docs.aspose.com/cells/zh/net/using-nested-objects/
  4. Manage Titles of Excel Charts|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....at runtime, with the Title object you can change text, font,...their axes contain a Title object that can be used to set their...

    docs.aspose.com/cells/java/chart-and-axis-titles/
  5. Bookmark class | Aspose.Words for Python

    aspose.words.Bookmark class. Represents a single bookmark...Remarks Bookmark is a “facade” object that encapsulates two nodes...with a bookmark as a single object. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Get Barcode Placement Region and Orientation An...

    This article describes how to read barcode parameters...forms: Quadrangle – a quadrangle object that bounds a barcode Rectangle...Rectangle - a rectangle object that bounds a barcode Points – an...

    docs.aspose.com/barcode/java/get-placement-and-...
  7. CustomDocumentProperties Class | Aspose.Words f...

    Discover Aspose.Words.Properties.CustomDocumentProperties for managing custom document properties effortlessly. Enhance your document management today!...Returns a DocumentProperty object by index. virtual Item { get;...Returns a DocumentProperty object by the name of the property...

    reference.aspose.com/words/net/aspose.words.pro...
  8. Export Bookmarks to XML from an Existing PDF Fi...

    This section explains how to export bookmarks with Aspose.PDF Facades using PdfBookmarEditor Class....Create a PdfBookmarkEditor object and bind the PDF file using...bookmarks can be saved to a stream object. Create Bookmarks of All Pages...

    docs.aspose.com/pdf/java/export-bookmark/
  9. Apply Superscript and Subscript Effects on Font...

    How to apply superscript and subscript effects to text in Excel with Java. This article provides the Java code to achieve this using Aspose.Cells for Java API....superscript effect using the Font object’s setSuperscript property....apply subscript, use the Font object’s setSubscript method. The...

    docs.aspose.com/cells/java/apply-superscript-an...
  10. 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...