Click or drag to resize

UtilsInsertPageBreakAfter(DocxTable) Method

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

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

Parameters

item  DocxTable
Elemento da usare come riferimento.

Return Value

Boolean

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

See Also