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.
我正在尝试将脚注和注释之间的间距设置为 5 毫米。
但我在 Microsoft.office.interop.word 中找不到任何设置。
我正在用 c# 开发。
有谁知道我该怎么做?
脚注编号(在脚注中)和脚注文本的其余部分组成一个普通段落。
因此,您可以使用制表符(5 毫米)将数字和文本分开。并将段落上的缩进设置为悬挂(5mm)。