_Document.DoNotEmbedSystemFonts Propiedad

Definición

Determina si Microsoft Word inserta fuentes comunes del sistema.

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

Valor de propiedad

Comentarios

Esta propiedad devuelve True si Microsoft Word no inserta fuentes comunes del sistema y False si Word inserta fuentes del sistema. Establezca esta propiedad en True o False para habilitar o deshabilitar la funcionalidad.

Establecer la propiedad DoNotEmbedSystemFonts en False es útil si el usuario está en un sistema de Asia Oriental y quiere crear un documento legible por otros usuarios que no tengan fuentes para ese idioma en su sistema. Por ejemplo, un usuario en un sistema japonés puede optar por incrustar las fuentes en un documento de modo que el documento en japonés pueda leerse en todos los sistemas.

Se aplica a