Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Novacode Docx ドキュメントからページ数を取得する方法はありますか? これまでのところ、ページ数ではない多くのプロパティを見つけました。
これがあなたの意図するものかどうかはわかりませんが、1 つの方法は段落オブジェクトを使用することです。
para.Append("Page ").AppendPageNumber(PageNumberFormat.normal); para.Append(" | ").AppendPageCount(PageNumberFormat.normal);