Word) (WdLigatures 枚举

指定应用于字体的连字类型。

名称 Description
wdLigaturesAll 15 将所有连字类型应用于字体。
wdLigaturesContextual 2 将上下文连字应用于字体。 上下文连字通常设计用来增强可读性,但也可能完全用于装饰。 上下文连字还可能是上下文替换。
wdLigaturesContextualDiscretional 10 将上下文和任意连字应用于字体。
wdLigaturesContextualHistorical 6 将上下文和历史连字应用于字体。
wdLigaturesContextualHistoricalDiscretional 14 将上下文、历史和任意连字应用于字体。
wdLigaturesDiscretional 8 将任意连字应用于字体。 任意连字最常用于根据类型开发人员的决定来对字体进行装饰。
wdLigaturesHistorical 4 将历史连字应用于字体。 历史连字类似于标准连字,它们最初用来提高字体的可读性,但是对于现代读者,它们可能看起来比较古老。
wdLigaturesHistoricalDiscretional 12 将历史和任意连字应用于字体。
wdLigaturesNone 0 不对字体应用任何连字。
wdLigaturesStandard 1 将标准连字应用于字体。 标准连字设计用来增强可读性。 例如,拉丁语言中的标准连字包括"fi"、"fl"和"ff"。
wdLigaturesStandardContextual 3 将标准和上下文连字应用于字体。
wdLigaturesStandardContextualDiscretional 11 将标准、上下文和任意连字应用于字体。
wdLigaturesStandardContextualHistorical 7 将标准、上下文和历史连字应用于字体。
wdLigaturesStandardDiscretional 9 将标准和任意连字应用于字体。
wdLigaturesStandardHistorical 5 将标准和历史连字应用于字体。
wdLigaturesStandardHistoricalDiscretional 13 将标准、历史和任意连字应用于字体。

备注

A glyph is a visual representation of a character. Ligatures are two or more glyphs that are represented by what appears to the reader as a single character in order to create more readable or attractive text. 使用 Font.Ligatures 属性 (Word) 属性指定要应用于 Word 中的字体的连字。

注意

[!注释] 连字类型的组合应用时的首选项的顺序不同的字体和不受控制的Word应用程序。

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。