Paragraphs.OutlineLevel Propriété

Définition

Renvoie ou définit le niveau, dans le plan, des paragraphes spécifiés.

public:
 property Microsoft::Office::Interop::Word::WdOutlineLevel OutlineLevel { Microsoft::Office::Interop::Word::WdOutlineLevel get(); void set(Microsoft::Office::Interop::Word::WdOutlineLevel value); };
public Microsoft.Office.Interop.Word.WdOutlineLevel OutlineLevel { get; set; }
member this.OutlineLevel : Microsoft.Office.Interop.Word.WdOutlineLevel with get, set
Public Property OutlineLevel As WdOutlineLevel

Valeur de propriété

Remarques

La valeur de retour peut être l’une des constantes suivantes WdOutlineLevel :

wdOutLineLevel1

wdOutLineLevel2

wdOutLineLevel3

wdOutLineLevel4

wdOutLineLevel5

wdOutLineLevel6

wdOutLineLevel7

wdOutLineLevel8

wdOutLineLevel9

wdOutLineLevelBodyText

Si un style de titre a été appliqué à un paragraphe (Titre 1 à Titre 9), le niveau dans le plan est celui du style du titre et ne peut pas être modifié.

Les niveaux du plan ne sont visibles qu'en mode Plan ou dans le volet de l'Explorateur de documents.

S’applique à