Paragraph.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 suivantes :
wdLineSpace1pt5
wdLineSpaceAtLeast :
wdLineSpaceDouble
wdLineSpaceExactly :
wdLineSpaceMultiple
wdLineSpaceSingle
Utilisez wdLineSpaceSingle, wdLineSpace1pt5 ou wdLineSpaceDouble pour définir l'espacement des lignes sur une des valeurs suivantes. 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é.