Get the list number directly off the word file starts to be supported in Spire.Doc 5.5.28

We are glad to announce the new hotfix version of Spire.Doc 5.5.28 today. We add new feature to enable developers to get the list number directly off the word file. We also fixed bugs in this version. View the details as below:
New feature:
Add new feature to get the list number directly off the word file.
Document document = new Document();
document.LoadFromFile(filePath);
foreach(Section section in document.Sections)
{
foreach(Paragraph paragraph in section.Paragraphs )
{
Console.WriteLine(paragraph.ListText);
}
}
Bug Solutions:
- Fixes the issue that caused wrong layout when printing Word Document.
- Fixes the issue where the section break inside content control was ignored when convert .docx document to PDF.
- Fixes the issue that caused the exception that Value cannot be null.Parameter name: fontName when loading .docx document.
- Fixes the issue that caused the exception that Object reference not set to an instance of an object when convert .doc to PDF.
- Resolves the issue that caused incorrect hyphenation when convert .docx document to PDF.
- Fixes the issue where the checkbox was converted to other bullets when convert .docx document to rtf.
- Addresses the issue where the if conditional fields on the footer is off broken when convert .docx document to PDF.
- Fixes the issue that caused incorrect table when convert .docx document to PDF.
- Fixes the issue where the IsBreakAcrossPages and KeepFollow property about table didn't work when saves to PDF.
- Fixes the issue that caused the column break line lost when save to PDF.
- Addresses the issue that caused content lost when convert rtf to rtf.
Welcome to experience Spire.Doc 5.5.28 with downloading here:
http://www.e-iceblue.com/Download/download-word-for-net-now.html