_ParagraphFormat.KeepTogether 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.
True si toutes les lignes dans les paragraphes spécifiés restent sur la même page lorsque Microsoft Word repagine le document. Peut être True, False ou wdUndefined.
public:
property int KeepTogether { int get(); void set(int value); };
public int KeepTogether { get; set; }
member this.KeepTogether : int with get, set
Public Property KeepTogether As Integer