ITextParagraphFormat.PageBreakBefore Proprietà

Definizione

Ottiene o imposta un valore che indica se è presente un'interruzione di pagina prima di un paragrafo.

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

Valore della proprietà

Valore che indica se è presente un'interruzione di pagina.

Si applica a