_ParagraphFormat.PageBreakBefore 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 un saut de page forcé est inséré avant les paragraphes spécifiés. Peut être True, False ou wdUndefined.
public:
property int PageBreakBefore { int get(); void set(int value); };
public int PageBreakBefore { get; set; }
member this.PageBreakBefore : int with get, set
Public Property PageBreakBefore As Integer