Sort Score
Result 10 results
Languages All
Labels All
Results 8,791 - 8,800 of 213,190 for

new

(0.13 sec)
  1. VbaModuleCollection.Item | Aspose.Words for .NET

    Access VbaModule objects effortlessly with the VbaModuleCollection Item property. Enhance your VBA projects with easy indexing and improved management.... Document doc = new Document ( MyDir + "VBA project...code:\n{module.SourceCode}\n" ); // Set new source code for VBA module. You...

    reference.aspose.com/words/net/aspose.words.vba...
  2. List | Aspose.Words for Java

    Represents formatting of a list in Java.... To create a new list, use the Add methods of...copying a list. Document doc = new Document(); // A list allows...

    reference.aspose.com/words/java/com.aspose.word...
  3. 在 Java 中将 PowerPoint 演示文稿转换为 SWF Flash|Aspose.S...

    使用 Aspose.Slides 在 Java 中将 PowerPoint(PPT/PPTX)转换为 SWF Flash。一步步代码示例,快速高质量输出,无需 PowerPoint 自动化。... Presentation pres = new Presentation ( "Sample.pptx"...try { SwfOptions swfOptions = new SwfOptions (); swfOptions . setViewerIncluded...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  4. Public API Changes in Aspose.Imaging 3.1.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...0 has introduced a series of new classes, methods, enumerations...

    docs.aspose.com/imaging/net/public-api-changes-...
  5. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...PdfSaveOptions const options = new PdfSaveOptions (); // Print only...

    docs.aspose.com/cells/javascript-cpp/limit-the-...
  6. Rotate PDF Pages with JavaScript via C++|Aspose...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically via JavaScript via C++...( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/rotate-pages/
  7. Create, Manipulate or Remove Scenarios from Wor...

    Learn how to create, manipulate, or remove scenarios from Excel Worksheets programmatically using JavaScript via C++ API.... It also adds a new scenario to the worksheet before...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/create-man...
  8. 使用JavaScript via C++导出不被网页浏览器支持的边框样式时,导出类似的边框样式...

    学习如何在将Excel文件转换为HTML时导出网页浏览器不支持的边框,使用Aspose.Cells for JavaScript via C++。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Similar Border Style const opts = new HtmlSaveOptions (); opts . exportSimilarBorderS...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  9. 通过C++中的JavaScript导入HTML时删除行结束后的多余空格|Documentation

    学习如何在使用C++中的Aspose.Cells for JavaScript导入HTML时删除行结束后多余的空格。...to byte array const encoder = new TextEncoder (); const byteArray...precision true const loadOptions = new HtmlLoadOptions ( LoadFormat...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  10. EditableRangeStart.Accept | Aspose.Words for .NET

    Discover the EditableRangeStart Accept method to efficiently manage visitor interactions and enhance user experience on your site....Visitor () { Document doc = new Document (); doc . Protect (...); DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words/edi...