_Document.EmbedTrueTypeFonts プロパティ

定義

保存時に Microsoft Wordが TrueType フォントをドキュメントに埋め込む場合は True を返します。

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

プロパティ値

注釈

TrueType フォントを埋め込むには、他のユーザーがドキュメントの作成に使用したフォントと同じフォントを使用してドキュメントを表示できます。

適用対象