View.SeekView Propriété
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.
Cette propriété renvoie ou définit l'élément de document affiché en mode page.
public:
property Microsoft::Office::Interop::Word::WdSeekView SeekView { Microsoft::Office::Interop::Word::WdSeekView get(); void set(Microsoft::Office::Interop::Word::WdSeekView value); };
public Microsoft.Office.Interop.Word.WdSeekView SeekView { get; set; }
member this.SeekView : Microsoft.Office.Interop.Word.WdSeekView with get, set
Public Property SeekView As WdSeekView
Valeur de propriété
Remarques
WdSeekView peut être l’une des constantes WdSeekView suivantes :
wdSeekCurrentPageFooter
wdSeekCurrentPageHeader
wdSeekEndnotes
wdSeekEvenPagesFooter
wdSeekEvenPagesHeader
wdSeekFirstPageFooter
wdSeekFirstPageHeader
wdSeek Footnotes
wdSeekMainDocument
wdSeekPrimaryFooter
wdSeekPrimaryHeader
Cette propriété génère une erreur si le document n'est pas affiché en mode Page.