Sort Score
Result 10 results
Languages All
Labels All
Results 7,191 - 7,200 of 213,153 for

new

(0.27 sec)
  1. 使用JavaScript通过C++自适应调整行列宽。|Documentation

    本文展示了如何使用Aspose.Cells for JavaScript通过C++自动调整单元格范围内的行、列、合并单元格的行以及整行的宽度。...buffer const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  2. Export Worksheet or Chart into Image with Desir...

    Learn how to export a worksheet or chart to an image with specified width and height using Aspose.Cells for Node.js via C++....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath...dimensions are 400x400 const opts = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...
  3. PdfSaveOptions.saveFormat property | Aspose.Wor...

    PdfSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...info("Added new list for style: {}", source.getName());...fontSettings = new FontSettings(); fontSettings.setFontsFolders(new String[]...

    forum.aspose.com/t/some-styles-were-not-copied-...
  5. SignatureLine.DefaultInstructions | Aspose.Word...

    Discover how the SignatureLine DefaultInstructions property enhances your Sign dialog with customizable default instructions for a seamless user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions options = new SignatureLineOptions { AllowComments...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Add Page Stamp to PDF using Java | Aspose.PDF

    Add page stamp to PDF file programmatically with Java sample code using Aspose.PDF for Java....pdf" ; Document pdfDocument = new Document ( DATA_DIR . resolve...PdfPageStamp bluePageStamp = new PdfPageStamp ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/stamps/page/
  7. Setting Page Options in PHP|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....Excel file path $workbook = new Workbook (); # Accessing the...(); $page_orientation_type = new PageOrientationType (); $page_setup...

    docs.aspose.com/cells/java/setting-page-options...
  8. Set the style of the shapes in a visio page wit...

    Learn how to set the style of the shapes in a visio page with Aspose.Diagram.... We'll start by creating a new diagram using the Aspose.Diagram...Aspose.Diagram.Diagram diagram = new Aspose.Diagram.Diagram(); diagram...

    products.aspose.com/diagram/tutorial/set-shape-...
  9. Public API Changes in Aspose.Cells 8.4.1|Docume...

    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.... It includes not only new and updated public methods, added...cells . Workbook workbook = new com . aspose . cells . Workbook...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. Manage formulas of Excel files with JavaScript ...

    Learn how to manage formulas of Excel files through Aspose.Cells for JavaScript via C++. Aspose.Cells can simply get, set, and calculate formulas of Excel files....const workbook = new Workbook (); // Adding a new worksheet to the...Excel97To2003 ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/javascript-cpp/using-form...