Compartir a través de


Propiedad Options.AutoFormatAsYouTypeFormatListItemBeginning (Word)

True si Word repite el formato de carácter aplicado al principio de un elemento de lista para el siguiente elemento de lista. Boolean de lectura y escritura.

Sintaxis

expresión. AutoFormatAsYouTypeFormatListItemBeginning

Expresión Variable que representa un objeto Options .

Ejemplo:

En este ejemplo, se establece que Word repita automáticamente el formato de carácter al principio de los elementos de la lista.

Options.AutoFormatAsYouTypeFormatListItemBeginning = True

This example returns the status of the Format beginning of list item like the one before it option in the AutoFormat As You Type tab in the AutoCorrect dialog box (Options menu).

Dim blnAutoFormat as Boolean 
 
blnAutoFormat = _ 
 Options.AutoFormatAsYouTypeFormatListItemBeginning

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.