RE: Problem with default font size when reading from docx file

2017-01-26 Thread apache_user
che-poi.1045710.n5.nabble.com/Problem-with-default-font-size-when-reading-from-docx-file-tp5726353p5726379.html Sent from the POI - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@poi.apache.

RE: Problem with default font size when reading from docx file

2017-01-26 Thread Murphy, Mark
part says its 10! In the meantime, I tried use getStyleID() for the paragraph and getStyles() for the document. But it didn't help as the paragraph had no style and getStyleID() returned null. If it helps, I'm reading the data from cells of a table and I know that the paragraphs and runs

Problem with default font size when reading from docx file

2017-01-25 Thread apache_user
meantime, I tried use getStyleID() for the paragraph and getStyles() for the document. But it didn't help as the paragraph had no style and getStyleID() returned null. If it helps, I'm reading the data from cells of a table and I know that the paragraphs and runs are extracted correctly.