Sort Score
Result 10 results
Languages All
Labels All
Results 9,411 - 9,420 of 213,244 for

new

(0.11 sec)
  1. 使用JavaScript通过C++复制行和列。|Documentation

    本文介绍如何通过Aspose.Cells for JavaScript通过C++ API复制行和列。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/copying...
  2. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/javascript-cpp/change-cha...
  3. Equation field rendering issue in DOCX to PDF/P...

    When I try to convert a DOCX containing equation fields to PDF or PNG, the equation fields are not rendered correctly. Input DOCX test.docx (15.9 KB) Aspose outputs (equation field rendering is incorrect) output.pdf …...my sample code: var license = new License(); license.SetLicense(@"licensePath");...SetLicense(@"licensePath"); var document = new Document(@"inputPath") { LayoutOptions...

    forum.aspose.com/t/equation-field-rendering-iss...
  4. Threaded Comments with JavaScript via C++|Docum...

    Manage threaded comments in Excel documents using Aspose.Cells for JavaScript via C++. Learn to add, read, edit, and remove threaded comments....Click the Review tab Click the New Comment button This will open...insert the comment. Click the New Comment option. This will open...

    docs.aspose.com/cells/javascript-cpp/threaded-c...
  5. INodeChangingCallback.NodeRemoving | Aspose.Wor...

    Discover the INodeChangingCallback NodeRemoving method, which triggers before a document node is removed, ensuring smooth document management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...HandleNodeChangingFo callback = new HandleNodeChangingFo (); doc...

    reference.aspose.com/words/net/aspose.words/ino...
  6. Using Aspose.Total for Apache POI in IntelliJ I...

    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....Aspose’s Java project or create a new Aspose’s Java project by following...Select New from the File menu, OR right-click the new project...

    docs.aspose.com/total/java/using-aspose-total-f...
  7. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for C++ and elevate your presentations with professional text formatting for maximum impact....existing Paragraphs Create a new paragraph object for holding...of the ITextFrame. Create a new portion object Set Escapement...

    docs.aspose.com/slides/cpp/superscript-and-subs...
  8. 使用 .NET API 将 JPG 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 .NET JPG 转 EPS 功能。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/convert/jpg-to-eps/
  9. 使用 .NET API 将 GIF 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 .NET GIF 转 EPS 功能。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/convert/gif-to-eps/
  10. Export Presentations to XAML on Android|Aspose....

    Convert PowerPoint and OpenDocument slides to XAML in Java using Aspose.Slides for Android—quick, Office-free solution that keeps your layout intact....settings: Presentation pres = new Presentation ( "pres.pptx" );...); try { pres . save ( new XamlOptions ()); } finally { if ( pres...

    docs.aspose.com/slides/androidjava/export-to-xaml/