WdInsertedTextMark Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Nom | Valeur | Description |
---|---|---|
wdInsertedTextMarkNone | 0 | Le texte inséré n'est pas marqué. |
wdInsertedTextMarkBold | 1 | Le texte inséré est affiché en gras. |
wdInsertedTextMarkItalic | 2 | Le texte inséré est affiché en italique. |
wdInsertedTextMarkUnderline | 3 | Le texte inséré est souligné. |
wdInsertedTextMarkDoubleUnderline | 4 | Le texte inséré est marqué par un double soulignement. |
wdInsertedTextMarkColorOnly | 5 | Le texte inséré est affiché dans une couleur spécifiée. |
wdInsertedTextMarkStrikeThrough | 6 | Le texte inséré est marqué par des caractères barrés simples. |
wdInsertedTextMarkDoubleStrikeThrough | 7 | Le texte inséré est marqué par des caractères barrés doubles. |