0

Is there a way i can find the height of header for each page in a word document . Currently there seems to be no way which lets us find the header height ?

Is there any other way i can go about this ? I tried with the pageMargin but nothing in that leads to finding the height of the header content ?

user581157
  • 1,327
  • 4
  • 26
  • 64

1 Answers1

1

Height of the header or a footer can be found in the Section Properties.
Within the section properties you'll find an XML element .
The header attribute of that element specifies the header height.

Varun Rathore
  • 7,730
  • 3
  • 27
  • 30