ITextParagraphFormat.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.
Obtient ou définit s’il existe un saut de page avant un paragraphe.
public:
property FormatEffect PageBreakBefore { FormatEffect get(); void set(FormatEffect value); };
FormatEffect PageBreakBefore();
void PageBreakBefore(FormatEffect value);
public FormatEffect PageBreakBefore { get; set; }
var formatEffect = iTextParagraphFormat.pageBreakBefore;
iTextParagraphFormat.pageBreakBefore = formatEffect;
Public Property PageBreakBefore As FormatEffect
Valeur de propriété
Valeur qui indique s’il existe un saut de page.