Compartir a través de


ITextParagraphFormat.PageBreakBefore Propiedad

Definición

Obtiene o establece si hay un salto de página antes de un párrafo.

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 de propiedad

Valor que indica si hay saltos de página.

Se aplica a