Sort Score
Result 10 results
Languages All
Labels All
Results 7,181 - 7,190 of 213,160 for

new

(0.95 sec)
  1. 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-...
  2. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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...create a new spreadsheet and add a shape var book = new Workbook...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. 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...
  4. 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...
  5. Worksheet Views with JavaScript via C++|Documen...

    This article describes how to use JavaScript and the JavaScript API to interact with the page‑break preview of an Excel workbook and its worksheets. Work with split panes, frozen panes, and zoom factor as well....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/worksheet-...
  6. Setting Chart Appearance with Node.js via C++|D...

    Learn how to configure the appearance of charts in Aspose.Cells for Node.js via C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....workbook = new AsposeCells . Workbook (); // Adding a new worksheet...getArea (). setForegroundColor ( new AsposeCells . Color ( 0 , 0 ...

    docs.aspose.com/cells/nodejs-cpp/setting-chart-...
  7. Aspose-word-java word转pdf标点符号在行首 - Free Support...

    当前aspose-word-java 版本为25.5,在win11和linux环境下,生成word,然后转pdf,结果标点符号在行首,还有有些单词有空格莫名奇妙自动换行。是需要在word转pdf时有什么指定操作还是在写word时对paragraph进行一些指定等...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions...错误结果: LoadOptions options = new LoadOptions(); options.getLanguagePreferenc()...

    forum.aspose.com/t/aspose-word-java-word-pdf/31...
  8. 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...
  9. 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/
  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...