_Font.Ligatures 属性

定义

获取或设置指定 Font 对象的连字设置。

public:
 property Microsoft::Office::Interop::Word::WdLigatures Ligatures { Microsoft::Office::Interop::Word::WdLigatures get(); void set(Microsoft::Office::Interop::Word::WdLigatures value); };
public Microsoft.Office.Interop.Word.WdLigatures Ligatures { get; set; }
member this.Ligatures : Microsoft.Office.Interop.Word.WdLigatures with get, set
Public Property Ligatures As WdLigatures

属性值

WdLigatures 对象。

注解

可读/写 WdLigatures。 OpenType 字体支持使用连字。 此属性指定要应用于 Open Type 字体的 Word 2010 连字设置。

下表列出了连字的四个基本值。

标准设计用来增强可读性和吸引力。 拉丁语言中的标准连字包括“fi”、“fl”和“ff”。
上下文设计用来通过根据周围文本提供最佳连字选择来增强可读性和吸引力。
历史较老的、装饰用连字,对于现代读者可能看起来比较古老。 不是专为可读性而设计的。
酌定设计为观赏性,设计为不可读性。

这四个基本值的组合构成了此属性的可用值集。 这组值在枚举中 WdLigatures 表示。

适用于