Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 214,296 for

new

(0.11 sec)
  1. Manage Presentation Properties in JavaScript|As...

    Master presentation properties in Aspose.Slides for Node.js via Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....the presentation var pres = new aspose . slides . Presentation...Node.js via Java. var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/presentation...
  2. Manage Presentation Properties in Java|Aspose.S...

    Master presentation properties in Aspose.Slides for Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....presentation Presentation pres = new Presentation ( "Presentation...for Java. Presentation pres = new Presentation ( "Presentation...

    docs.aspose.com/slides/java/presentation-proper...
  3. Copying and Moving Worksheets with JavaScript v...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the JavaScript via C++ API....selected sheets to a new workbook, click New Book . In the Before...Excel file. const wb = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/copying-an...
  4. 使用JavaScript via C++将指定的工作表保存为PDF|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++将指定工作表保存为PDF。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...sheet set const pdfSaveOptions = new PdfSaveOptions (); pdfSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/save-sp...
  5. Calculating Split Task's Finish Date | Aspose.T...

    Learn how to calculate the finish date of split tasks in Microsoft Project (MPP/XML) using Aspose.Tasks for .NET. Includes practical C# code examples with Calendar.GetTaskFinishDateFromDuration....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/calculating-split-tas...
  6. Cell | Aspose.Words for Java

    Represents a table cell in Java....Document doc = new Document(); Table table = new Table(doc); doc...and paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose.PSD for .NET 23.11 - Release Notes|Docum...

    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....operator Feature PSDNET-1752 Add new types of warp: Wave, shell up...expected , actual )) { throw new Exception ( "Objects are not...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  8. 计算一系列单元格的总和|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....SharedStringPart does not exist, create a new one. SharedStringTablePar shareStringPart...the cell. result . CellValue = new CellValue ( index . ToString...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  9. Format and Modify Named Ranges with JavaScript ...

    Learn how to format and modify named ranges using Aspose.Cells for JavaScript via C++....Instantiate a new Workbook. const workbook = new Workbook ();...StyleFlag object. let flg = new StyleFlag (); // Make the corresponding...

    docs.aspose.com/cells/javascript-cpp/format-and...
  10. TabStop | Aspose.Words for Java

    Represents a single custom tab stop in Java.... Document doc = new Document(getMyDir() + "Table...TabStop(double position) Initializes a new instance of this class. TabStop(double...

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