_ParagraphFormat.BaseLineAlignment 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.
Renvoie ou définit une WdBaselineAlignment constante qui représente la position verticale des polices sur une ligne.
public:
property Microsoft::Office::Interop::Word::WdBaselineAlignment BaseLineAlignment { Microsoft::Office::Interop::Word::WdBaselineAlignment get(); void set(Microsoft::Office::Interop::Word::WdBaselineAlignment value); };
public Microsoft.Office.Interop.Word.WdBaselineAlignment BaseLineAlignment { get; set; }
member this.BaseLineAlignment : Microsoft.Office.Interop.Word.WdBaselineAlignment with get, set
Public Property BaseLineAlignment As WdBaselineAlignment