Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 214,328 for

new

(0.26 sec)
  1. Set Default Font while Rendering Spreadsheet to...

    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....names such as Courier New, Arial, Times New Roman, etc. The screenshot...output HTML file with Courier New , the output HTML with Arial...

    docs.aspose.com/cells/net/set-default-font-whil...
  2. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...License license = new com.aspose.words.License(); //...aspose.words.Document doc = new Document(filePath); // DocumentBuilder...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  3. Working with Background in ODS Files with JavaS...

    Learn how to manage backgrounds in ODS files using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer... graphicData ; const blob = new Blob ([ graphicData ], { type...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  4. OleFormat | Aspose.Words for Java

    Provides access to the data of an OLE object or ActiveX control in Java.... Document doc = new Document(getMyDir() + "OLE spreadsheet...a stream: OutputStream fs = new FileOutputStream(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Managing GridDesktops Context Menu|Documentation

    This article introduces how to customize context menu in GridDesktop....Moreover, it is possible to add new menu items with event handlers...are hidden Adding New Menu Items Add a new context menu item...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  6. Load Specific Worksheets in a Workbook with Jav...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for JavaScript via C++. Improve performance and reduce memory consumption....assignment) const loadOptions = new LoadOptions ( LoadFormat . Xlsx...); loadOptions . loadFilter = new CustomLoad (); // Create the...

    docs.aspose.com/cells/javascript-cpp/load-speci...
  7. Calculate the sum of a range of cells|Documenta...

    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/net/calculate-the-sum-of-...
  8. Support For Interruptable Library|Aspose.Slides...

    Make long-running tasks cancelable with Aspose.Slides for .NET. Interrupt rendering and conversions for PowerPoint and OpenDocument safely, with examples....) => { LoadOptions options = new LoadOptions { InterruptionToken...Presentation presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/net/support-for-interrup...
  9. Split Panes in Apache POI and Aspose.Cells|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.... Java //Instantiate a new workbook / Open a template file...file Workbook book = new Workbook ( dataDir + "workbook.xls" );...

    docs.aspose.com/cells/java/split-panes-in-apach...
  10. 使用Aspose.Cells计算小计|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....//Instantiate a new workbook Workbook workbook = new Workbook ( "book1...i.e.., B3:C19 CellArea ca = new CellArea (); ca . StartRow =...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...