Click or drag to resize

UtilsInsertPageBreakBefore Method

Inserisce un'interruzione di pagina prima del parametro specificato in ingresso. Ritorna True se l'elemento è stato aggiunto, False altrimenti.

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public static bool InsertPageBreakBefore(
	DocxTable item
)

Parameters

item
Type: QsGemBox.DocxDocxTable
Elemento da usare come riferimento.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:QsGemBox.Utils.InsertPageBreakBefore(QsGemBox.Docx.DocxTable)"]

See Also