Hello
I am using OO Java API and would like to know if there is a way of finding the height of the header in a writer document. If the header height is set to automatic, then querying the height property of the header would return 0 even though there is content in the header.
I also have the same problem in finding the row height of a table. If the rowHeight property is set to automatic then the height property of the row will always be 0 even though there is content in the cells of the row.
Any help is greatly appreciated.