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.
如何使用 C# 和 Office 互操作在 word 文档中启用段落的断字?
我找到了这篇文章......但他们正在谈论将属性设置为布尔值,尽管该属性是一个整数。这让我很困惑。
我尝试将paragraph.Hyphenation 设置为1,但这导致异常(值不在范围内)。
我可以设置的可能值是 -1 和 0。它们代表假 (-1) 和真 (0) 吗?
因为ParagraphFormat.KeepWithNexttrue 是 -1 而 false 是 0。我认为这在所有属性中都是一致的。更好地尝试和错误。
ParagraphFormat.KeepWithNext