_ParagraphFormat.LineSpacingRule 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'interligne pour les paragraphes spécifiés.
public:
property Microsoft::Office::Interop::Word::WdLineSpacing LineSpacingRule { Microsoft::Office::Interop::Word::WdLineSpacing get(); void set(Microsoft::Office::Interop::Word::WdLineSpacing value); };
public Microsoft.Office.Interop.Word.WdLineSpacing LineSpacingRule { get; set; }
member this.LineSpacingRule : Microsoft.Office.Interop.Word.WdLineSpacing with get, set
Public Property LineSpacingRule As WdLineSpacing
Valeur de propriété
Remarques
WdLineSpacingIl peut s’agir de l’une des constantes WdLineSpacing suivantes : wdLineSpace1pt5, wdLineSpaceAtLeast :, wdLineSpaceDouble, wdLineSpaceExactly :, wdLineSpaceMultipleou wdLineSpaceSingle.
Pour définir l’interligne sur un nombre exact de points ou sur un nombre de lignes, vous devez également définir la LineSpacing propriété.