We're pleased to announce the release of Spire.Doc for Java 13.11.2. This version supports creating combination charts in Word, and also fixes some issues that occurred when converting Word to PDF, Markdown to Word, and loading, saving Word documents. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New feature | SPIREDOC-10972 | Added support for creating combination charts in Word documents.
Document doc = new Document();
Paragraph paragraph = doc.addSection().addParagraph();
Chart chart = paragraph.appendChart(ChartType.Column, 450, 300).getChart();
chart.changeSeriesType("Series 3", ChartSeriesType.Line, true);
System.out.println(chart.getSeries().get(2).getChartType());
doc.saveToFile("ComboChart.docx");
|
| Bug | SPIREDOC-11412 SPIREDOC-11607 | Fixed the issue that incorrect revisions were received. |
| Bug | SPIREDOC-11482 | Fixed the issue that SEQ fields failed to update. |
| Bug | SPIREDOC-11547 | Fixed the issue where the rendering effect was incorrect when converting Markdown to Word. |
| Bug | SPIREDOC-11606 SPIREDOC-11626 | Fixed the issue where converting Markdown to Word threw "java.lang.NullPointerException". |
| Bug | SPIREDOC-11608 | Fixed the issue where WPS links became invalid after saving Word documents. |
| Bug | SPIREDOC-11616 | Fixed the issue where the file size increased significantly after loading and saving Word documents. |
| Bug | SPIREDOC-11620 SPIREDOC-11633 | Fixed the issue that converting HTML to Word threw "com.spire.doc.packages.sprepx: Index is less than 0 or more than or equal to the list count". |
| Bug | SPIREDOC-11627 | Fixed the issue where the chart content was inconsistent when converting Word to PDF. |
| Bug | SPIREDOC-11639 | Fixed the issue that “SdtCheckBox.setChecked(false)” did not take effect. |
Click the link below to download Spire.Doc for Java 13.11.2: