Share via


_ParagraphFormat.LineSpacingRule Propriété

Définition

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

WdLineSpacing peut être l’une des constantes WdLineSpacing suivantes : wdLineSpace1pt5, wdLineSpaceAtLeast, wdLineSpaceDouble, wdLineSpaceExactly, wdLineSpaceMultiple ou wdLineSpaceSingle.

Pour définir l’espacement des lignes sur un nombre exact de points ou plusieurs lignes, vous devez également définir la LineSpacing propriété .

S’applique à