_Document.KerningByAlgorithm プロパティ

定義

指定した文書の半角ラテン文字と句読点を Microsoft がWordするかどうかを判断します。

public:
 property bool KerningByAlgorithm { bool get(); void set(bool value); };
public bool KerningByAlgorithm { get; set; }
member this.KerningByAlgorithm : bool with get, set
Public Property KerningByAlgorithm As Boolean

プロパティ値

注釈

このプロパティは、指定した文書の半角ラテン文字と句読点を Microsoft Wordした場合は True を返し、指定されていない場合は False を返します。 この機能を有効または無効にするには、プロパティ値を True または False に設定します。

適用対象