Skip to content

Commit

Permalink
add Footer & Header clarification to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fnickels committed Sep 2, 2023
1 parent 3b2b8ca commit f47f963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sheet.go
Original file line number Diff line number Diff line change
Expand Up @@ -1123,8 +1123,8 @@ func attrValToBool(name string, attrs []xml.Attr) (val bool, err error) {
// DifferentFirst | Different first-page header and footer indicator
// DifferentOddEven | Different odd and even page headers and footers indicator
// ScaleWithDoc | Scale header and footer with document scaling
// OddFooter | Odd Page Footer
// OddHeader | Odd Header
// OddFooter | Odd Page Footer, or primary Page Footer if 'DifferentOddEven' is 'false'
// OddHeader | Odd Header, or primary Page Header if 'DifferentOddEven' is 'false'
// EvenFooter | Even Page Footer
// EvenHeader | Even Page Header
// FirstFooter | First Page Footer
Expand Down

0 comments on commit f47f963

Please sign in to comment.