Compartilhar via


ITextParagraphFormat.PageBreakBefore Propriedade

Definição

Obtém ou define se há uma quebra de página antes de um parágrafo.

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

Valor da propriedade

Um valor que indica se há quebra de página.

Aplica-se a