Where is coming this code? Not from the library or from an very old version.
You need to transform your Html unit to OpenXml unit (there are not the same and not on the same scale).
Use the class HtmlFont to help you.
new FontSize { Val = "15" } could be valid but the text will be small. Check the zoom of your document.
You need to transform your Html unit to OpenXml unit (there are not the same and not on the same scale).
Use the class HtmlFont to help you.
new FontSize { Val = "15" } could be valid but the text will be small. Check the zoom of your document.