Hi, Is it possible to programatically know the Header size in MS Word Document using POI's? Only helpful method I could find in POI is Range.getEndOffSet() and Range.getStartOffset(). But these method return integer values.I am not sure if these values are in pixels or mm/cm ? Can you please help me with this?
My requirement is to find the Header/Footer margin size in inches/cm/mm, in a MS Word Doc. Thanks & Regards, Pankaj --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
