Click or drag to resize

UtilsInsertPageBreakBefore(DocxTable) 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: 27.1.0
Syntax
public static bool InsertPageBreakBefore(
	DocxTable item
)

Parameters

item  DocxTable
Elemento da usare come riferimento.

Return Value

Boolean

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

See Also