Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 214,418 for

new

(0.16 sec)
  1. IFieldUpdateCultureProvider | Aspose.Words for ...

    When implemented provides a CultureInfo object that should be used during the update of a particular field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getFieldOptions().setFieldUpdateCultur(new FieldUpdateCulturePr()); FieldTime...

    reference.aspose.com/words/java/com.aspose.word...
  2. Working with comments in docx4j and Aspose.Word...

    Work with comments within a document easily and fast instead of using docx4j....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...comment = new Comment ( doc , "Aspose" , "As" , new Date ());...

    docs.aspose.com/words/java/working-with-comment...
  3. Assemble Spreadsheets|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....section describes how to: Create a new Excel file from scratch and add...Worksheets to a New Excel File To create a new Excel file programmatically:...

    docs.aspose.com/cells/net/assemble-spreadsheets/
  4. AxisScaling | Aspose.Words for Java

    Represents the scaling options of the axis in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...add("Series 1", new double[]{1.0, 2.0, 3.0, 4.0, 5.0}, new double[]{1...

    reference.aspose.com/words/java/com.aspose.word...
  5. Evaluating aspose.ocr issue - Free Support Foru...

    I am evaluating Apso.ocr. I need to take a flattened pdf file and process a page with grids on it and turn that image of a grid into actual grids. I need to do this across may files and may structures. The code In hav…...ocr As New Aspose.OCR.AsposeOcr() Dim settings As New Aspose...Using ms As New MemoryStream(pngBytes) Dim input As New Aspose.OCR...

    forum.aspose.com/t/evaluating-aspose-ocr-issue/...
  6. Aspose.PSD for .NET 21.10 - 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....expected , actual )) { throw new Exception ( "Objects are not...Uniform ; // add new filter items var filters = new List < SmartFilter...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  7. Extract Table Data from PDF|Aspose.PDF for Andr...

    Learn how to extract tabular from PDF using Aspose.PDF for Android via Java....Open document try { document = new Document ( inputStream ); } catch...pdf . TableAbsorber absorber = new com . aspose . pdf . TableAbsorber...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  8. 2024年新功能|Aspose.PDF for .NET

    本页面介绍了2024年在Aspose.PDF for .NET中引入的最受欢迎的新功能。...document using ( var document = new Aspose . Pdf . Document ( dataDir...given ICC profile var options = new PdfFormatConversionO ( PdfFormat...

    docs.aspose.com/pdf/zh/net/whatsnew/2024/
  9. StreamFontSource | Aspose.Words for Java

    Base class for user-defined stream font source in Java....fontSettings = new FontSettings(); fontSettings.setFontsSources(new FontSourceBase[]{new...FontSourceBase[]{new StreamFontSourceFile()}); DocumentBuilder builder...

    reference.aspose.com/words/java/com.aspose.word...
  10. SplitterContext | Aspose.Words for Java

    Document splitter context in Java....SplitterContext splitterContext = new SplitterContext(); splitterContext...(FileInputStream streamIn = new FileInputStream(getMyDir() +...

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