Quantcast
Channel: asposejavadocx4j Wiki Rss Feed
Browsing all 100 articles
Browse latest View live

Updated Wiki: Traverse Presentation Slides

Aspose.Slides//Instantiate a Presentation object that represents a presentation file Presentation pres = new Presentation("data/pptx4j/presentation.pptx"); //Accessing slidesfor (ISlide slide :...

View Article



Updated Wiki: Insert Image to Slide

Aspose.Slides//Instantiate Presentation class that represents the PPTX Presentation pres = new Presentation(); //Get the first slide ISlide sld = pres.getSlides().get_Item(0); //Instantiate the Image...

View Article

Updated Wiki: Create Table

Aspose.Slides//Instantiate Presentation class that represents PPTX file Presentation pres = new Presentation(); //Access first slide ISlide sld = pres.getSlides().get_Item(0); //Define columns with...

View Article

Updated Wiki: Edit Existing Charts

Aspose.Slides//Instantiate Presentation class that represents PPTX file Presentation pres = new Presentation("data/pptx4j/AsposeChart.pptx"); //Access first slide ISlide sld =...

View Article

Updated Wiki: Remove Slide from Presentation

Aspose.Slides//Instantiate a Presentation object that represents a presentation file Presentation pres = new Presentation("data/pptx4j/presentation.pptx"); //Accessing a slide using its index in the...

View Article


Updated Wiki: Traverse Presentation Slides

Aspose.Slides//Instantiate a Presentation object that represents a presentation file Presentation pres = new Presentation("data/pptx4j/presentation.pptx"); //Accessing slidesfor (ISlide slide :...

View Article

Updated Wiki: Insert Image to Slide

Aspose.Slides//Instantiate Presentation class that represents the PPTX Presentation pres = new Presentation(); //Get the first slide ISlide sld = pres.getSlides().get_Item(0); //Instantiate the Image...

View Article

Updated Wiki: Create Table

Aspose.Slides//Instantiate Presentation class that represents PPTX file Presentation pres = new Presentation(); //Access first slide ISlide sld = pres.getSlides().get_Item(0); //Define columns with...

View Article


Updated Wiki: Edit Existing Charts

Aspose.Slides//Instantiate Presentation class that represents PPTX file Presentation pres = new Presentation("data/pptx4j/AsposeChart.pptx"); //Access first slide ISlide sld =...

View Article


Updated Wiki: Documentation

Following examples are helpful for developers who want to compare Docx4j with Aspose OR migrate from Docx4j to Aspose.Aspose.Words vs Docx4jAspose.Slides vs Pptx4jFeedback and SuggestionsMany more...

View Article

Updated Wiki: Aspose.Slides vs Pptx4j

Aspose.Slides vs Pptx4j Examples for code comparison in Aspose.Slides and Pptx4j:Working with PresentationTraverse Presentation SlidesCreate TableEdit Existing ChartsWorking with SlidesInsert Image to...

View Article

Updated Wiki: Documentation

Following examples are helpful for developers who want to compare Docx4j with Aspose OR migrate from Docx4j to Aspose.Docx4jAspose.Words vs Docx4jPptx4jAspose.Slides vs Pptx4jFeedback and...

View Article

Updated Wiki: Documentation

Following examples are helpful for developers who want to compare Docx4j with Aspose OR migrate from Docx4j to Aspose.Docx4jAspose.Words vs Docx4jXlsx4jAspose.Cells vs Xlsx4jPptx4jAspose.Slides vs...

View Article


Updated Wiki: Aspose.Cells vs Xlsx4j

Aspose.Cells vs Xlsx4j Examples for code comparison in Aspose.Cells and Xlsx4j:Working with SpreadsheetCreate New SpreadsheetOpen and Save SpreadsheetAdd Comments in SpreadsheetAdd Images in...

View Article

Updated Wiki: Create New Spreadsheet

Aspose.Cells//Instantiating a Workbook object Workbook workbook = new Workbook(); //Adding a new worksheet to the Workbook object WorksheetCollection worksheets = workbook.getWorksheets(); Worksheet...

View Article


Updated Wiki: Open and Save Spreadsheet

Aspose.Cells//Creating an Workbook object with an Excel file path Workbook workbook = new Workbook("data/xlsx4j/pivot.xlsm"); //Saving the Excel file...

View Article

Updated Wiki: Add Comments in Spreadsheet

Aspose.Cells//Instantiating a Workbook object Workbook workbook = new Workbook(); //Adding a new worksheet to the Workbook object Worksheet worksheet = workbook.getWorksheets().get(0); //Adding a...

View Article


Updated Wiki: Add Images in Spreadsheet

Aspose.Cells//Instantiating a Workbook object Workbook workbook = new Workbook(); Worksheet sheet = workbook.getWorksheets().get(0); //Adding a picture at the location of a cell whose row and column...

View Article

Updated Wiki: Row Column Height Adjustment

Aspose.Cells//Instantiating a Workbook object Workbook workbook = new Workbook(); //Accessing the first worksheet in the Excel file Worksheet worksheet = workbook.getWorksheets().get(0); Cells cells =...

View Article

Updated Wiki: Documentation

Following examples are helpful for developers who want to compare Docx4j with Aspose OR migrate from Docx4j to Aspose.Docx4j : Aspose.Words vs Docx4jXlsx4j : Aspose.Cells vs Xlsx4jPptx4j :...

View Article
Browsing all 100 articles
Browse latest View live




Latest Images