Sort Score
Result 10 results
Languages All
Labels All
Results 6,711 - 6,720 of 213,599 for

new

(0.35 sec)
  1. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...We have opened the following new ticket(s) in our internal issue...{ try { Workbook workbook = new Workbook(“columns hidden.xlsx”);...

    forum.aspose.com/t/row-column-headings-incorrec...
  2. Save Each Worksheet to a Different PDF File wit...

    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....xlsx" ); // Instantiate a new workbook and open the Excel file...its location const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/nodejs-cpp/save-each-work...
  3. 在 PS 文件中使用纹理 | Java

    如何在 PS 文件中添加纹理图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/ps/working-with-te...
  4. Copy Shapes between Worksheets with JavaScript ...

    Learn how to copy shapes like pictures and charts between worksheets using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/copy-shape...
  5. Public API Changes in Aspose.Diagram 2.3.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, but...the Timeline Dialog Box The new TimeLineHelper class has been...

    docs.aspose.com/diagram/java/public-api-changes...
  6. Font.textEffect property | Aspose.Words for Nod...

    Font.textEffect property. Gets or sets the font animation effect....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Paragraph Numbering not included when extractin...

    We use com.aspose.words to extract metadata and text from word documents. I believe we’re on version 25.12. Attaching a sample document that reproduces the issue, (see the bottom section References) Section Breaks 20p.…...something like: StringBuilder sb = new StringBuilder(); for (Section...using section.getBody().toString(new TextSaveOptions()) and enabling...

    forum.aspose.com/t/paragraph-numbering-not-incl...
  8. ResourceSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.ResourceSavingArgs class, which enhances your document processing by providing essential data for the ResourceSaving event....ResourceSavingCallba () { Document doc = new Document ( MyDir + "Bullet points...FontSavingCallback callback = new FontSavingCallback (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. PageSetup.textColumns property | Aspose.Words f...

    PageSetup.textColumns property. Returns a collection that represents the set of text columns....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 在PHP中将转换为MHTML文件|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.... PHP 代码 $sveFormat = new SaveFormat (); //Specify the...the HTML saving options $sv = new HtmlSaveOptions ( $sveFormat...

    docs.aspose.com/cells/zh/java/converting-to-mht...