質問編集履歴

1

追記

2022/11/18 10:53

投稿

nkym771
nkym771

スコア29

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,10 @@
15
15
  XWPFHeaderFooter hf = new XWPFHeaderFooter(document); ←ヘッダ取得
16
16
  }
17
17
  ```
18
+
19
+ https://poi.apache.org/apidocs/dev/org/apache/poi/xwpf/usermodel/XWPFHeader.html
20
+ を見て、
21
+ ```C#
22
+ XWPFHeader(XWPFDocument doc, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr hdrFtr)
23
+ ```
24
+ でヘッダが取得できそうですが、引数の2番目に何を記載すればよいのか分かりません。