Sort Score
Result 10 results
Languages All
Labels All
Results 7,211 - 7,220 of 222,967 for

new

(0.37 sec)
  1. 使用几何部分|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....Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...geometry object LineTo lineTo = new LineTo (); //set X value lineTo...

    docs.aspose.com/diagram/zh/java/working-with-ge...
  2. Delete Annotation using JavaScript|Aspose.PDF f...

    With Aspose.PDF for JavaScript you may delete annotation from your PDF file....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/delete-annot...
  3. Read Numbers Spreadsheet Developed by Apple Inc...

    Learn how to read Numbers spreadsheets developed by Apple Inc. using Aspose.Cells for JavaScript via C++....Numbers spreadsheet const opts = new LoadOptions ( LoadFormat . Numbers...load options const wb = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/read-numbe...
  4. Disable Downlevel Revealed Comments while savin...

    Learn how to disable downlevel revealed comments when saving an Excel file to HTML using Aspose.Cells for JavaScript via C++....workbook const workbook = new Workbook ( new Uint8Array ( arrayBuffer...DownlevelRevealedCom const opts = new HtmlSaveOptions (); opts . disableDownlevelReve...

    docs.aspose.com/cells/javascript-cpp/disable-do...
  5. 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...
  6. PDF to DOCX Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one DOCX single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to DOCX document In loop: add PDF file to new page...

    products.aspose.com/pdf/java/merger/pdf-to-docx/
  7. PDF to DOC Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one DOC single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add PDF file to new page...

    products.aspose.com/pdf/java/merger/pdf-to-doc/
  8. Public API Changes in Aspose.Cells 8.6.3|Docume...

    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 and...ImportTableOptions importOptions = new ImportTableOptions (); //Set...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Replace Text in PDF File|Aspose.PDF for Java

    This section explains how to replace text with Aspose.PDF Facades - a toolset for popular operations with PDF....(){ PdfContentEditor editor = new PdfContentEditor (); editor ...(){ PdfContentEditor editor = new PdfContentEditor (); editor ...

    docs.aspose.com/pdf/java/replace-text/
  10. DocumentBuilder.insertSignatureLine method | As...

    Aspose.Words.DocumentBuilder.insertSignatureLine method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...