Sort Score
Result 10 results
Languages All
Labels All
Results 7,931 - 7,940 of 213,613 for

new

(0.22 sec)
  1. ListFormat.ApplyBulletDefault | Aspose.Words fo...

    Discover how to use the ApplyBulletDefault method to effortlessly create stylish bulleted lists in your documents, enhancing readability and organization....ApplyBulletDefault method Starts a new default bulleted list and applies...shortcut method that creates a new list using the default bulleted...

    reference.aspose.com/words/net/aspose.words.lis...
  2. Convert charts to images|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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...Workbook workbook = new Workbook (); //Adding a new worksheet to the...

    docs.aspose.com/cells/net/convert-charts-to-ima...
  3. Set Data source for the chart with JavaScript v...

    Learn about the various data sources supported by Aspose.Cells for JavaScript via C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....Instantiate a new Workbook const workbook = new Workbook (); //...// Adding a new worksheet to the Excel object const sheetIndex...

    docs.aspose.com/cells/javascript-cpp/data-forma...
  4. Installing and Using Aspose.Cells Java for Ecli...

    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....Cells Maven Project in the New Project wizard and Aspose.Cells...Cells Code Example in the New Other wizard of the Eclipse IDE....

    docs.aspose.com/cells/java/installing-and-using...
  5. Convert TEXT To Image Javascript

    Convert TEXT to Image format in JavaScript code. Save TEXT as Image using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.txt" ) for...require('@aspose/words'); var doc = new aw.Document("Input.txt") doc...

    products.aspose.com/words/nodejs-net/conversion...
  6. Convert TEXT To PNG Javascript

    Convert TEXT to PNG format in JavaScript code. Save TEXT as PNG using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.txt" ) for...require('@aspose/words'); var doc = new aw.Document("Input.txt") doc...

    products.aspose.com/words/nodejs-net/conversion...
  7. Binarization|Documentation

    How to convert an image to black and white either automatically or by manually specifying a threshold....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...PreprocessingFilter filters = new Aspose . OCR . Models . PreprocessingFilters...

    docs.aspose.com/ocr/net/binarization/
  8. Export Presentations to XAML in PHP|Aspose.Slid...

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

    docs.aspose.com/slides/php-java/export-to-xaml/
  9. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in JavaScript by implementing a custom calculation engine using the Aspose.Cells library for JavaScript via C++. Load an existing Excel file or create a New one to use the methods provided and save the modified Excel file....disabled = false ; }); // Create a new class derived from AbstractCalculationE...CellsHelper . getDoubleFromDateTim ( new Date (), false ) + 1.0 ; } }...

    docs.aspose.com/cells/javascript-cpp/implement-...
  10. ListLevel.StartAt | Aspose.Words for .NET

    Discover the ListLevel StartAt property to easily customize your list's starting number, enhancing organization and clarity in your documents.... Document doc = new Document (); // A list allows...paragraphs. DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lis...