Compartir a través de


Propiedad Options.AutoFormatAsYouTypeDefineStyles (Word)

True si Word crea automáticamente nuevos estilos basándose en el formato manual. Boolean de lectura y escritura.

Sintaxis

expresión. AutoFormatAsYouTypeDefineStyles

Expresión Variable que representa un objeto Options .

Ejemplo:

En este ejemplo, Word se configura para que cree estilos de forma automática mientras se escribe.

Options.AutoFormatAsYouTypeDefineStyles = True

This example returns the status of the Define styles based on your formatting option on the AutoFormat As You Type tab in the AutoCorrect dialog box (Tools menu).

Dim blnAutoFormat as Boolean 
 
blnAutoFormat = Options.AutoFormatAsYouTypeDefineStyles

Consulte también

Objeto Options

Soporte técnico y comentarios

¿Tiene preguntas o comentarios sobre VBA para Office o esta documentación? Vea Soporte técnico y comentarios sobre VBA para Office para obtener ayuda sobre las formas en las que puede recibir soporte técnico y enviar comentarios.