WordsProcessing: HtmlFormatProvider: Add support for Borders in Paragraph Options
The HtmlFormatProvider currently doesn't support borders for p elements. There is a ParagraphBorders property in the model Paragraph class, but it isn't implemented in the HTML import. Also, ensure that the borders applied on div elements are preserved.