Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 213,031 for

new

(0.28 sec)
  1. Convert HTML to Image in Java – PNG, JPG, BMP, ...

    Convert HTML to Images like JPG, PNG, GIF, TIFF, and BMP using Aspose.HTML for Java. Use ImageSaveOptions for precise and customizable outputs....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/java/convert-html-to-image/
  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. FieldGoToButton | Aspose.Words for Java

    Implements the GOTOBUTTON field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldPrint | Aspose.Words for Java

    Implements the PRINT field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Quick Recognition Examples|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....barcodes BarCodeReader reader = new BarCodeReader ( "code128.png"...codes BarCodeReader reader = new BarCodeReader ( "mixed_barcodes...

    docs.aspose.com/barcode/java/developer-guide/qu...
  6. Need a Sample Code to Create a PowerPoint Combi...

    I have a combination chart of stacked column, line with markers on the primary axis and cluster column on the secondary axis. Fact2LegendNotVisible.zip (37.8 KB) please refer the attached ppt file and provide the code. …...Presentation presentation = new Presentation(); presentation...getSolidFillColor().setColor(new Color(103, 88, 149)); series...

    forum.aspose.com/t/need-a-sample-code-to-create...
  7. TableStyle | Aspose.Words for Java

    Represents a table style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...be applied automatically to a new paragraph inserted after a paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  8. Cells.importdata is failing if there is invalid...

    Hi Team, We are trying to skip the next cells if the error in formula. Below is the code we are trying. Is there an option to skip to next cell if error occurs // Create a New workbook Workbook workbook1 = New Workboo…...// Create a new workbook Workbook workbook1 = new Workbook();...formula content DataTable dt1 = new DataTable(); dt1.Columns.Add(“Column1”);...

    forum.aspose.com/t/cells-importdata-is-failing-...
  9. UserInformation | Aspose.Words for Java

    Specifies information about the user in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...UserInformation userInformation = new UserInformation(); userInformation...

    reference.aspose.com/words/java/com.aspose.word...
  10. Insert Ranges with JavaScript via C++|Documenta...

    Learn how to insert ranges in Excel and shift other data using Aspose.Cells for JavaScript via C++....links const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Instantiate a new Workbook. const newWorkbook = new Workbook ();...

    docs.aspose.com/cells/javascript-cpp/insert-ran...