WdInsertedTextMark Énumération

Définition

Spécifie le format du texte inséré lorsque le suivi des modifications est activé.

public enum class WdInsertedTextMark
[System.Runtime.InteropServices.Guid("1A98AA4F-A0F3-3980-9A55-0B958B6C8158")]
public enum WdInsertedTextMark
type WdInsertedTextMark = 
Public Enum WdInsertedTextMark
Héritage
WdInsertedTextMark
Attributs

Champs

wdInsertedTextMarkBold 1

Le texte inséré est affiché en gras.

wdInsertedTextMarkColorOnly 5

Le texte inséré est affiché dans une couleur spécifiée.

wdInsertedTextMarkDoubleStrikeThrough 7

Le texte inséré est marqué par des caractères barrés doubles.

wdInsertedTextMarkDoubleUnderline 4

Le texte inséré est marqué par un double soulignement.

wdInsertedTextMarkItalic 2

Le texte inséré est affiché en italique.

wdInsertedTextMarkNone 0

Le texte inséré n'est pas marqué.

wdInsertedTextMarkStrikeThrough 6

Le texte inséré est marqué par des caractères barrés simples.

wdInsertedTextMarkUnderline 3

Le texte inséré est souligné.

S’applique à