Hi all,
I am trying to find what is the default font size for a given document.
In .docx, when i try to print fontsize using the function getFontSize() in
XWPFRun class, I get -1 or some value. It looks like unless the user has
specially mentioned the font size while creating the document, this
information isn't stored in the XML files of docx and hence returning -1.
Can some one please guide me in finding the default font size of the
document and how to retrieve it, so that I can understand the when
getFontSize() returns "-1" it refers to the default font size of the
document.
Regards,
Kranthi Reddy. B