ITextParagraphFormat.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.
Obtient ou définit si les sauts de page sont autorisés dans les paragraphes.
public:
property FormatEffect KeepTogether { FormatEffect get(); void set(FormatEffect value); };
FormatEffect KeepTogether();
void KeepTogether(FormatEffect value);
public FormatEffect KeepTogether { get; set; }
var formatEffect = iTextParagraphFormat.keepTogether;
iTextParagraphFormat.keepTogether = formatEffect;
Public Property KeepTogether As FormatEffect
Valeur de propriété
Valeur qui indique si les sauts de page sont autorisés.