Sort Score
Result 10 results
Languages All
Labels All
Results 9,541 - 9,550 of 223,148 for

new

(1.92 sec)
  1. AutoFit Rows and Columns with JavaScript via C+...

    This article shows how to autoFit rows, columns, rows of merged cells, and a row in a range of cells using Aspose.Cells for JavaScript via C++....buffer const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  2. VbaReference | Aspose.Words for Java

    Implements a reference to an Automation type library or VBA project in Java....dll"; Document doc = new Document(getMyDir() + "VBA project...getLibId()); default: throw new IllegalArgumentExcep(); } } ///...

    reference.aspose.com/words/java/com.aspose.word...
  3. 使用CellsFactory类创建样式对象|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++中的CellsFactory类创建单元格样式对象。根据需要定制电子表格单元格的外观。...CellsFactory class const cf = new CellsFactory (); const st = cf...created Style object const wb = new Workbook (); wb . defaultStyle...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  4. 从现有PDF文档中提取表格|Aspose.PDF for Java

    Aspose.PDF for Java使您可以对PDF文档中包含的表格进行各种操作。您可以在现有的PDF文档中添加和提取表格,在新页面上渲染表格等。...加载源PDF文档 Document pdfDocument = new Document ( _dataDir + "the_w...()) { TableAbsorber absorber = new TableAbsorber (); absorber ....

    docs.aspose.com/pdf/zh/java/extract-table-from-...
  5. | Aspose

    Sample code for GIF to DOCX Java conversion. Use API example code for batch GIF files to DOCX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/gif-to-...
  6. | Aspose

    Sample code for GIF to XLSX Java conversion. Use API example code for batch GIF files to XLSX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/gif-to-...
  7. Create or Load a Document in Python|Aspose.Word...

    Create a blank document or to load it from a file or stream using Python....This page shows how to create a new blank document and how to load...LoadFormat enumeration. Create a New Document We will call the Document...

    docs.aspose.com/words/python-net/create-or-load...
  8. HtmlFixedSaveOptions.FontFormat | Aspose.Words ...

    Discover the HtmlFixedSaveOptions FontFormat property to customize font exporting. Easily set and optimize your default format to Woff for better performance.... Document doc = new Document ( MyDir + "Bullet points...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions { ExportEmbeddedCss...

    reference.aspose.com/words/net/aspose.words.sav...
  9. HtmlSaveOptions.exportShapesAsSvg property | As...

    HtmlSaveOptions.exportShapesAsSvg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...text into images. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. OleControl | Aspose.Words for Java

    Represents OLE ActiveX control in Java.... Document doc = new Document(getMyDir() + "ActiveX...ActiveX control. Document doc = new Document(getMyDir() + "ActiveX...

    reference.aspose.com/words/java/com.aspose.word...